[Xfce4-commits] <thunar:jannis/new-shortcuts-pane> Don't hide all volumes, only those that are not removable or present.

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


Updating branch refs/heads/jannis/new-shortcuts-pane
         to a2054b9a86fdb6c9f435eafa18d04bd342b6e497 (commit)
       from d4beca50f9cd4251b7af6212ea1f80d586d1d347 (commit)

commit a2054b9a86fdb6c9f435eafa18d04bd342b6e497
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Jun 8 02:57:22 2011 +0200

    Don't hide all volumes, only those that are not removable or present.

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

diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c
index 5b9011d..cbbded6 100644
--- a/thunar/thunar-shortcuts-model.c
+++ b/thunar/thunar-shortcuts-model.c
@@ -1519,7 +1519,7 @@ thunar_shortcuts_model_volume_added (ThunarShortcutsModel *model,
                                      GVolumeMonitor       *monitor)
 {
   ThunarShortcut *shortcut;
-  gboolean        hidden = TRUE;
+  gboolean        hidden = FALSE;
   GIcon          *eject_icon;
   GIcon          *icon;
   gchar          *name;



More information about the Xfce4-commits mailing list