[totem] browser-plugin: Make glow button test a bit less stupid



commit f56eb90313fe43a8349c8ac7a5eeacae6899bdec
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Dec 16 15:15:02 2013 +0100

    browser-plugin: Make glow button test a bit less stupid
    
    The glow was already started, and then turned on again in
    an idle.

 browser-plugin/test-glow-button.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/browser-plugin/test-glow-button.c b/browser-plugin/test-glow-button.c
index 97a203b..8c8f57f 100644
--- a/browser-plugin/test-glow-button.c
+++ b/browser-plugin/test-glow-button.c
@@ -40,8 +40,8 @@ int main (int argc, char **argv)
 
        totem_glow_button_set_glow (TOTEM_GLOW_BUTTON (button), TRUE);
 
-       g_timeout_add_seconds (3, idle_cb, button);
-       g_timeout_add_seconds (5, idle_un_cb, button);
+       g_timeout_add_seconds (3, idle_un_cb, button);
+       g_timeout_add_seconds (5, idle_cb, button);
 
        gtk_window_set_default_size (GTK_WINDOW (window), 200, 200);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]