[Xfce4-commits] <ristretto:master> Make 'hide thumbnailbar fullscreen' the default
Stephan Arts
noreply at xfce.org
Sun Oct 23 09:24:01 CEST 2011
Updating branch refs/heads/master
to 0a71f36a259e2c3f818b5a7b25b2677e55b90d5f (commit)
from a1fec21ba31182e18dc0e144a8c6eb1fe9ca06bb (commit)
commit 0a71f36a259e2c3f818b5a7b25b2677e55b90d5f
Author: Stephan Arts <stephan at xfce.org>
Date: Sun Oct 23 09:20:19 2011 +0200
Make 'hide thumbnailbar fullscreen' the default
src/settings.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/settings.c b/src/settings.c
index 2574f8c..11a9e9a 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -165,6 +165,7 @@ rstto_settings_init (GObject *object)
settings->priv->wrap_images = TRUE;
settings->priv->use_thunar_properties = TRUE;
settings->priv->maximize_on_startup = TRUE;
+ settings->priv->hide_thumbnailbar_fullscreen = TRUE;
xfconf_g_property_bind (settings->priv->channel, "/window/width", G_TYPE_UINT, settings, "window-width");
xfconf_g_property_bind (settings->priv->channel, "/window/height", G_TYPE_UINT, settings, "window-height");
More information about the Xfce4-commits
mailing list