[Xfce4-commits] <thunar:jannis/new-shortcuts-pane> Hide the shortcut action button again by default.

Jannis Pohlmann noreply at xfce.org
Mon Jun 6 19:46:01 CEST 2011


Updating branch refs/heads/jannis/new-shortcuts-pane
         to a08a9f369b9dd16fd1e335fe161eff849b154400 (commit)
       from 8d656e584358b67999f5c0fbac8af82b6f72690a (commit)

commit a08a9f369b9dd16fd1e335fe161eff849b154400
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon Jun 6 19:44:13 2011 +0200

    Hide the shortcut action button again by default.

 thunar/thunar-shortcut-row.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-shortcut-row.c b/thunar/thunar-shortcut-row.c
index 59d2636..86f9676 100644
--- a/thunar/thunar-shortcut-row.c
+++ b/thunar/thunar-shortcut-row.c
@@ -227,7 +227,7 @@ thunar_shortcut_row_init (ThunarShortcutRow *row)
   row->action_button = gtk_button_new ();
   gtk_button_set_relief (GTK_BUTTON (row->action_button), GTK_RELIEF_NONE);
   gtk_box_pack_start (GTK_BOX (box), row->action_button, FALSE, TRUE, 0);
-  gtk_widget_show (row->action_button);
+  gtk_widget_hide (row->action_button);
 
   /* adjust the state transitions of the button */
   g_signal_connect_swapped (row->action_button, "state-changed",



More information about the Xfce4-commits mailing list