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

Jannis Pohlmann noreply at xfce.org
Fri Jul 15 21:10:09 CEST 2011


Updating branch refs/heads/jannis/new-shortcuts-pane
         to 87577206e8d6b8e1e185485a7c2d7efb7c62c0a2 (commit)
       from b506ab79a7775b5f6ce0623c524a8baed9bf685b (commit)

commit 87577206e8d6b8e1e185485a7c2d7efb7c62c0a2
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