gnome-panel r11103 - trunk/applets/clock



Author: vuntz
Date: Wed May 14 17:06:02 2008
New Revision: 11103
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11103&view=rev

Log:
2008-05-14  Vincent Untz  <vuntz gnome org>

	* set-timezone-dummy.c: (set_system_time_async),
	(set_system_timezone_async): add transient_parent_xid parameter


Modified:
   trunk/applets/clock/ChangeLog
   trunk/applets/clock/set-timezone-dummy.c

Modified: trunk/applets/clock/set-timezone-dummy.c
==============================================================================
--- trunk/applets/clock/set-timezone-dummy.c	(original)
+++ trunk/applets/clock/set-timezone-dummy.c	Wed May 14 17:06:02 2008
@@ -35,6 +35,7 @@
 
 void
 set_system_time_async (gint64         time,
+                       guint          transient_parent_xid,
                        GFunc          callback,
                        gpointer       data,
                        GDestroyNotify notify)
@@ -56,6 +57,7 @@
 
 void
 set_system_timezone_async (const gchar    *filename,
+                           guint           transient_parent_xid,
 	             	   GFunc           callback, 
 		           gpointer        d, 
 		           GDestroyNotify  notify)



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