--- 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 */