Sat, 16 Aug 2008 17:24:21 +0000
Fix compiling with gtk < 2.6
| pidgin/gtksmiley.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtksmiley.c Sat Aug 16 04:31:11 2008 +0000 +++ b/pidgin/gtksmiley.c Sat Aug 16 17:24:21 2008 +0000 @@ -692,7 +692,7 @@ NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_ADD, GTK_RESPONSE_YES, - GTK_STOCK_EDIT, PIDGIN_RESPONSE_EDIT, + PIDGIN_STOCK_EDIT, PIDGIN_RESPONSE_EDIT, GTK_STOCK_DELETE, GTK_RESPONSE_NO, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL);