[Xfce4-commits] <ristretto:master> Make sure the xfce_wallpaper_manager is the default

Stephan Arts noreply at xfce.org
Mon Aug 22 23:30:03 CEST 2011


Updating branch refs/heads/master
         to 594cbe8a9332973b41b03286092b8eebf881732f (commit)
       from ef002949d3e0a393c8d2ed2c43b28616baa0fb59 (commit)

commit 594cbe8a9332973b41b03286092b8eebf881732f
Author: Stephan Arts <stephan at xfce.org>
Date:   Mon Aug 22 22:56:11 2011 +0200

    Make sure the xfce_wallpaper_manager is the default

 src/main_window.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main_window.c b/src/main_window.c
index c754cfe..2de4a4a 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -434,6 +434,11 @@ rstto_main_window_init (RsttoMainWindow *window)
         g_free (desktop_type);
         desktop_type = NULL;
     }
+    else
+    {
+        /* Default to xfce */
+        window->priv->wallpaper_manager = rstto_xfce_wallpaper_manager_new();
+    }
 
 
     navigationbar_position = rstto_settings_get_navbar_position (window->priv->settings_manager);


More information about the Xfce4-commits mailing list