From 5a14a74ab193c1252cac62a94e019747aaad9d99 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 8 Apr 2015 22:21:30 +0100 Subject: Update gtk compatability header to cope with deprication of stock icon interface --- gtk/hotlist.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk/hotlist.c') diff --git a/gtk/hotlist.c b/gtk/hotlist.c index b12d09dd0..551a2d09d 100644 --- a/gtk/hotlist.c +++ b/gtk/hotlist.c @@ -29,6 +29,7 @@ #include "gtk/plotters.h" #include "gtk/scaffolding.h" #include "gtk/treeview.h" +#include "gtk/compat.h" #define GLADE_NAME "hotlist.glade" @@ -178,8 +179,8 @@ MENUHANDLER(export) save_dialog = gtk_file_chooser_dialog_new("Save File", wndHotlist, GTK_FILE_CHOOSER_ACTION_SAVE, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, + NSGTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + NSGTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, NULL); gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(save_dialog), -- cgit v1.2.3