gnome-user-share r264 - in trunk: . src



Author: hadess
Date: Wed Oct  8 12:37:33 2008
New Revision: 264
URL: http://svn.gnome.org/viewvc/gnome-user-share?rev=264&view=rev

Log:
2008-10-08  Bastien Nocera  <hadess hadess net>

	* src/obexpush.c (notification_launch_action_on_file_cb):
	Require gtk+ 2.14.0 now that it's out



Modified:
   trunk/ChangeLog
   trunk/src/obexpush.c

Modified: trunk/src/obexpush.c
==============================================================================
--- trunk/src/obexpush.c	(original)
+++ trunk/src/obexpush.c	Wed Oct  8 12:37:33 2008
@@ -79,7 +79,7 @@
 
 	g_get_current_time (&val);
 
-#if GTK_CHECK_VERSION(2,13,2)
+#if GTK_CHECK_VERSION(2,14,0)
 	ctx = G_APP_LAUNCH_CONTEXT (gdk_app_launch_context_new ());
 	screen = gdk_screen_get_default ();
 	gdk_app_launch_context_set_screen (GDK_APP_LAUNCH_CONTEXT (ctx), screen);



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