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:
parent
f50ec92a81
commit
e2a2f96cf8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue