Revision 2e1909974de1b1e572e35e8aa4e6267e48f4bb41
lschiere at pidgin.im
lschiere at pidgin.im
Wed Apr 11 01:21:08 EDT 2007
o -----------------------------------------------------------------
| Revision: 2e1909974de1b1e572e35e8aa4e6267e48f4bb41
| Ancestor: 1e6135e1111676207351a47674d35b1dcfc3c766
| Author: lschiere
| Date: 2004-12-14T19:36:24
| Branch: im.pidgin.gaim.oldstatus
|
| Modified files:
| src/gtkpounce.c
|
| ChangeLog:
|
| [gaim-migrate @ 11585]
| (14:32:15) SimGuy: grays the delete button on new pounces
| (14:32:39) SimGuy: safe for both HEAD and oldstatus (patch applies cleanly
| to both, since the gtkpounce.c file has not been touched since forever
| (14:32:44) SimGuy: )
| ============================================================
| --- src/gtkpounce.c 333959ca42430ee3300bd6e2fcfceecb77119fd6
| +++ src/gtkpounce.c 1732bc2cc0dff881e17260cc8a383865ad6d8a73
| @@ -632,6 +632,8 @@ gaim_gtkpounce_dialog_show(GaimAccount *
| /* Delete button */
| button = gtk_button_new_from_stock(GTK_STOCK_DELETE);
| gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0);
| + if (cur_pounce == NULL)
| + gtk_widget_set_sensitive(button, FALSE);
| gtk_widget_show(button);
|
| g_signal_connect(G_OBJECT(button), "clicked",
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 2e1909974de1b1e572e35e8aa4e6267e48f4bb41
More information about the Commits
mailing list