[Xfce4-commits] <gigolo:master> Do not make the Connect button insensitive, never (bug #8103)

Enrico Tröger noreply at xfce.org
Sat Nov 5 20:02:04 CET 2011


Updating branch refs/heads/master
         to 7d8ce9f9c541ae0268760f2e55728ec180611c17 (commit)
       from 1fdf693894288250ffb4dde270f5de130e25a134 (commit)

commit 7d8ce9f9c541ae0268760f2e55728ec180611c17
Author: Enrico Tröger <enrico at xfce.org>
Date:   Sat Nov 5 19:55:22 2011 +0100

    Do not make the Connect button insensitive, never (bug #8103)

 src/window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/window.c b/src/window.c
index 9bfa14e..b678c75 100644
--- a/src/window.c
+++ b/src/window.c
@@ -722,7 +722,7 @@ static void update_sensitive_buttons(GigoloWindow *window, GtkTreeModel *model,
 		open_possible = is_mount && gigolo_settings_has_file_manager(priv->settings);
 		open_terminal_possible = is_mount && gigolo_settings_has_terminal(priv->settings);
 
-		gtk_action_set_sensitive(priv->action_connect, (ref_type != GIGOLO_WINDOW_REF_TYPE_MOUNT));
+		/* gtk_action_set_sensitive(priv->action_connect, (ref_type != GIGOLO_WINDOW_REF_TYPE_MOUNT));*/
 		gtk_action_set_sensitive(priv->action_disconnect, (ref_type == GIGOLO_WINDOW_REF_TYPE_MOUNT));
 		update_create_edit_bookmark_action_label(priv->action_bookmark_create, is_bookmark);
 		gtk_action_set_sensitive(priv->action_open, open_possible);


More information about the Xfce4-commits mailing list