[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
Wed Jun 8 02:58:02 CEST 2011
Updating branch refs/heads/jannis/new-shortcuts-pane
to 7b04c9538da8ab1984e8d9ae4b0f3bfc1b4211fe (commit)
from d9c11179d5b31032817b492d93d5cbcaf74e5a67 (commit)
commit 7b04c9538da8ab1984e8d9ae4b0f3bfc1b4211fe
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