totem r6234 - in trunk: . src



Author: pwithnall
Date: Thu Apr  2 19:12:34 2009
New Revision: 6234
URL: http://svn.gnome.org/viewvc/totem?rev=6234&view=rev

Log:
2009-04-02  Philip Withnall  <philip tecnocode co uk>

	* configure.in:
	* src/totem-object.c (totem_callback_connect): Remove our last
	deprecated GTK+ function call, bumping our GTK+ requirement to
	2.16.0. (Closes: #572089)



Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/src/totem-object.c

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Apr  2 19:12:34 2009
@@ -34,7 +34,7 @@
 
 # Requirements
 GLIB_REQS=2.13.4
-GTK_REQS=2.13.0
+GTK_REQS=2.16.0
 TOTEM_PLPARSER_REQS=2.23.91
 GNOMEICON_REQS=2.15.90
 DBUS_REQS=0.61

Modified: trunk/src/totem-object.c
==============================================================================
--- trunk/src/totem-object.c	(original)
+++ trunk/src/totem-object.c	Thu Apr  2 19:12:34 2009
@@ -3817,7 +3817,7 @@
 	box = GTK_BOX (gtk_builder_get_object (totem->xml, "tmw_sidebar_button_hbox"));
 	action = gtk_action_group_get_action (totem->main_action_group, "sidebar");
 	item = gtk_toggle_button_new ();
-	gtk_action_connect_proxy (action, item);
+	gtk_activatable_set_related_action (GTK_ACTIVATABLE (item), action);
 	arrow = gtk_arrow_new (GTK_ARROW_RIGHT, GTK_SHADOW_NONE);
 	g_object_set_data (G_OBJECT (box), "arrow", arrow);
 	gtk_button_set_image_position (GTK_BUTTON (item), GTK_POS_RIGHT);



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