changeset 32591:c8a8e9f8a6e7

Fix the Pause button in the debug window.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 28 Jul 2009 03:43:45 +0000
parents a3c70b71e18a
children d446530cb831
files pidgin/gtkdebug.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkdebug.c	Tue Jul 28 03:02:29 2009 +0000
+++ b/pidgin/gtkdebug.c	Tue Jul 28 03:43:45 2009 +0000
@@ -818,7 +818,7 @@
 
 		/* Pause */
 #if GTK_CHECK_VERSION(2,4,0)
-		item = gtk_tool_button_new_from_stock(PIDGIN_STOCK_PAUSE);
+		item = gtk_toggle_tool_button_new_from_stock(PIDGIN_STOCK_PAUSE);
 #if GTK_CHECK_VERSION(2,12,0)
 		gtk_tool_item_set_tooltip_text(item, _("Pause"));
 #else