pidgin.next.minor: f6e18585: Use PIDGIN_STOCK_ADD instead of GTK_STOC...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Jan 25 18:20:33 EST 2009


-----------------------------------------------------------------
Revision: f6e185858acb0eac38c571f6174af78b4da01022
Ancestor: 6afaae0b34a64d68758cca42d8e8220957572ab9
Author: markdoliner at pidgin.im
Date: 2009-01-25T23:14:52
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/f6e185858acb0eac38c571f6174af78b4da01022

Modified files:
        pidgin/gtksmiley.c

ChangeLog: 

Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button
has ellipsis.  This is what we do in gtkaccount.c

-------------- next part --------------
============================================================
--- pidgin/gtksmiley.c	ee7ca7e23d7b2f59be8d651e5cafab017190ec6f
+++ pidgin/gtksmiley.c	c06beca655fb2df5a75ea9484c047cc8c9963f1a
@@ -712,7 +712,7 @@ void pidgin_smiley_manager_show(void)
 			_("Custom Smiley Manager"),
 			NULL,
 			GTK_DIALOG_DESTROY_WITH_PARENT,
-			GTK_STOCK_ADD, GTK_RESPONSE_YES,
+			PIDGIN_STOCK_ADD, GTK_RESPONSE_YES,
 			PIDGIN_STOCK_MODIFY, PIDGIN_RESPONSE_MODIFY,
 			GTK_STOCK_DELETE, GTK_RESPONSE_NO,
 			GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,


More information about the Commits mailing list