pidgin/gtkprivacy.c

changeset 22389
21650aee2a19
parent 22372
2b2d10362583
child 26931
57f05d09b5b7
--- a/pidgin/gtkprivacy.c	Sun Feb 03 19:24:55 2008 +0000
+++ b/pidgin/gtkprivacy.c	Sun Feb 03 19:38:02 2008 +0000
@@ -410,6 +410,7 @@
 	/* Remove button */
 	button = pidgin_dialog_add_button(GTK_DIALOG(dialog->win), GTK_STOCK_REMOVE, G_CALLBACK(remove_cb), dialog);
 	dialog->remove_button = button;
+	/* TODO: This button should be sensitive/invisitive more cleverly */
 	gtk_widget_set_sensitive(button, FALSE);
 
 	/* Remove All button */

mercurial