[Xfce4-commits] <ristretto:master> Set default thumbnail-bar location to the left

Stephan Arts noreply at xfce.org
Tue Oct 11 07:42:02 CEST 2011


Updating branch refs/heads/master
         to 5ef5e56317aba036a29bfb0a86b3597505bb8596 (commit)
       from ed1413d27f37e5d8449f6e8ed38a7e2719de3fa1 (commit)

commit 5ef5e56317aba036a29bfb0a86b3597505bb8596
Author: Stephan Arts <stephan at xfce.org>
Date:   Tue Oct 11 07:42:23 2011 +0200

    Set default thumbnail-bar location to the left

 src/settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/settings.c b/src/settings.c
index 4146af2..31c3f64 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -155,7 +155,7 @@ rstto_settings_init (GObject *object)
     settings->priv->bgcolor = g_new0 (GdkColor, 1);
     settings->priv->bgcolor_fullscreen = g_new0 (GdkColor, 1);
     settings->priv->image_quality = 2000000;
-    settings->priv->navigationbar_position = g_strdup ("bottom");
+    settings->priv->navigationbar_position = g_strdup ("left");
     settings->priv->show_file_toolbar = TRUE;
     settings->priv->show_nav_toolbar = TRUE;
     settings->priv->open_entire_folder = TRUE;


More information about the Xfce4-commits mailing list