Don't set proxy sensitivity connecting KatzeArrayAction

In the case of the trash, the proxy should only be sensitive
if it is not empty, which MidoriBrowser takes care of.
This commit is contained in:
Christian Dywan 2011-12-01 20:00:55 +01:00
parent f50ec92a81
commit e2a2f96cf8

View file

@ -754,7 +754,6 @@ katze_array_action_connect_proxy (GtkAction* action,
g_signal_connect (proxy, "select",
G_CALLBACK (katze_array_action_proxy_clicked_cb), action);
}
gtk_widget_set_sensitive (proxy, KATZE_ARRAY_ACTION (action)->array != NULL);
}
static void