From: Christian Dywan Date: Thu, 1 Dec 2011 19:00:55 +0000 (+0100) Subject: Don't set proxy sensitivity connecting KatzeArrayAction X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a2f96cf80855d9226a0ff98f972b7e27fc6c7f;p=midori 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. --- diff --git a/katze/katze-arrayaction.c b/katze/katze-arrayaction.c index c8384463..5ce84f52 100644 --- a/katze/katze-arrayaction.c +++ b/katze/katze-arrayaction.c @@ -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