[Xfce4-commits] [xfce/thunar] 01/01: Change resize style in thunar-wallpaper plugin

noreply at xfce.org noreply at xfce.org
Sun Jan 25 20:58:04 CET 2015


This is an automated email from the git hooks/post-receive script.

andrzejr pushed a commit to branch master
in repository xfce/thunar.

commit e4519197b35824a82d57c45b354a1e5fd2c80b25
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date:   Mon Jan 19 01:16:40 2015 +0100

    Change resize style in thunar-wallpaper plugin
---
 plugins/thunar-wallpaper/twp-provider.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/thunar-wallpaper/twp-provider.c b/plugins/thunar-wallpaper/twp-provider.c
index 79874f6..8551801 100644
--- a/plugins/thunar-wallpaper/twp-provider.c
+++ b/plugins/thunar-wallpaper/twp-provider.c
@@ -309,7 +309,7 @@ twp_action_set_wallpaper (GtkAction *action,
         g_spawn_command_line_async (command, NULL);
         g_free (command);
 
-        command = g_strdup_printf ("xfconf-query -c xfce4-desktop -p %s --create -t int -s 3", image_style_prop);
+        command = g_strdup_printf ("xfconf-query -c xfce4-desktop -p %s --create -t int -s 5", image_style_prop);
         g_spawn_command_line_async (command, NULL);
         g_free (command);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list