gnome-settings-daemon r732 - in trunk: . plugins/xrandr



Author: jensg
Date: Sun Feb 22 11:34:44 2009
New Revision: 732
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=732&view=rev

Log:
2009-02-22  Jens Granseuer  <jensgr gmx net>

	* plugins/xrandr/gsd-xrandr-manager.c: (user_says_things_are_ok): use
	g_timeout_add_seconds instead of g_timeout_add


Modified:
   trunk/ChangeLog
   trunk/plugins/xrandr/gsd-xrandr-manager.c

Modified: trunk/plugins/xrandr/gsd-xrandr-manager.c
==============================================================================
--- trunk/plugins/xrandr/gsd-xrandr-manager.c	(original)
+++ trunk/plugins/xrandr/gsd-xrandr-manager.c	Sun Feb 22 11:34:44 2009
@@ -224,9 +224,9 @@
                           &timeout);
 
         gtk_widget_show_all (timeout.dialog);
-        timeout_id = g_timeout_add (1000,
-                                    timeout_cb,
-                                    &timeout);
+        timeout_id = g_timeout_add_seconds (1,
+                                            timeout_cb,
+                                            &timeout);
         gtk_main ();
 
         gtk_widget_destroy (timeout.dialog);



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