diff pidgin/gtksmiley.c @ 23832:4b8ec4f8a811

Fix compiling with gtk < 2.6
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 16 Aug 2008 17:24:21 +0000
parents 21e591b55339
children 64a4069e504e
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);