[Xfce4-commits] <ristretto:master> Set the pixbuf to the 'selected' monitor, not the first one.

Stephan Arts noreply at xfce.org
Fri Sep 16 11:18:01 CEST 2011


Updating branch refs/heads/master
         to 126a21a62582cc454e844ec271de45f1001ebd83 (commit)
       from 4671b59544b47019a746b35929b4b5f49200e8bb (commit)

commit 126a21a62582cc454e844ec271de45f1001ebd83
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri Sep 16 11:16:46 2011 +0200

    Set the pixbuf to the 'selected' monitor, not the first one.

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

diff --git a/src/xfce_wallpaper_manager.c b/src/xfce_wallpaper_manager.c
index ceb5047..8837ef8 100644
--- a/src/xfce_wallpaper_manager.c
+++ b/src/xfce_wallpaper_manager.c
@@ -101,7 +101,7 @@ rstto_xfce_wallpaper_manager_configure_dialog_run (
 
     rstto_monitor_chooser_set_pixbuf (
             RSTTO_MONITOR_CHOOSER(manager->priv->monitor_chooser),
-            0,
+            manager->priv->monitor,
             gdk_pixbuf_new_from_file_at_size(
                     g_file_get_path(file),
                     500,


More information about the Xfce4-commits mailing list