[Xfce4-commits] [xfce/xfdesktop] 13/19: Lower update delay of icon size spinbutton (Bug 9882)

noreply at xfce.org noreply at xfce.org
Sun Nov 9 15:36:55 CET 2014


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

eric pushed a commit to branch xfce-4.10
in repository xfce/xfdesktop.

commit 21e6915018e2603bb12c695be058a2c269d41f61
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Mon Aug 26 11:54:03 2013 +0300

    Lower update delay of icon size spinbutton (Bug 9882)
    
    This patch makes the process smoother when the value is taken into
    account. The delay is used to avoid firing hundreds of events if
    you keep the buttons pressed.
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 settings/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/main.c b/settings/main.c
index f4ded70..a1b0782 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -824,7 +824,7 @@ cb_xfdesktop_spin_icon_size_changed(GtkSpinButton *button,
         timer_id = 0;
     }
 
-    timer_id = g_timeout_add(2000,
+    timer_id = g_timeout_add(500,
                              (GSourceFunc)xfdesktop_spin_icon_size_timer,
                              button);
 

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


More information about the Xfce4-commits mailing list