changeset 23832:4b8ec4f8a811

Fix compiling with gtk < 2.6
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 16 Aug 2008 17:24:21 +0000
parents b87bed1e6d1c
children 240d847e9e88
files pidgin/gtksmiley.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);