[Xfce4-commits] <thunar:jannis/new-shortcuts-pane> Don't ALWAYS show the action button when clicking an item...
Jannis Pohlmann
noreply at xfce.org
Wed Jun 8 02:58:01 CEST 2011
Updating branch refs/heads/jannis/new-shortcuts-pane
to d9c11179d5b31032817b492d93d5cbcaf74e5a67 (commit)
from bfc4e913b90432885d8a9efc25abaadac6543305 (commit)
commit d9c11179d5b31032817b492d93d5cbcaf74e5a67
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Jun 8 02:56:00 2011 +0200
Don't ALWAYS show the action button when clicking an item...
thunar/thunar-shortcut-row.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/thunar/thunar-shortcut-row.c b/thunar/thunar-shortcut-row.c
index 1b92667..fb4fe23 100644
--- a/thunar/thunar-shortcut-row.c
+++ b/thunar/thunar-shortcut-row.c
@@ -1335,6 +1335,7 @@ thunar_shortcut_row_set_spinning (ThunarShortcutRow *row,
gtk_button_set_image (GTK_BUTTON (row->action_button), row->action_image);
gtk_spinner_stop (GTK_SPINNER (row->spinner));
gtk_widget_hide (row->spinner);
+ gtk_widget_hide (row->action_button);
/* assume the mount and volume have changed which will make
* the action button visible again if the volume or mount is
More information about the Xfce4-commits
mailing list