[Xfce4-commits] <ristretto:master> Make open-entire-folder the default
Stephan Arts
noreply at xfce.org
Tue Oct 11 07:42:01 CEST 2011
Updating branch refs/heads/master
to ed1413d27f37e5d8449f6e8ed38a7e2719de3fa1 (commit)
from 986aebca36ad9c94e8f30f322347fe8eeb5aa7fb (commit)
commit ed1413d27f37e5d8449f6e8ed38a7e2719de3fa1
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Oct 10 21:46:06 2011 +0200
Make open-entire-folder the default
src/settings.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/settings.c b/src/settings.c
index 14a70e9..4146af2 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -158,6 +158,7 @@ rstto_settings_init (GObject *object)
settings->priv->navigationbar_position = g_strdup ("bottom");
settings->priv->show_file_toolbar = TRUE;
settings->priv->show_nav_toolbar = TRUE;
+ settings->priv->open_entire_folder = TRUE;
settings->priv->window_width = 600;
settings->priv->window_height = 400;
settings->priv->wrap_images = TRUE;
More information about the Xfce4-commits
mailing list