From e2a2f96cf80855d9226a0ff98f972b7e27fc6c7f Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 1 Dec 2011 20:00:55 +0100 Subject: [PATCH] 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. --- katze/katze-arrayaction.c | 1 - 1 file changed, 1 deletion(-) 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