# HG changeset patch # User Elliott Sales de Andrade # Date 1248752625 0 # Node ID c8a8e9f8a6e79e2021902141294fd84092368d74 # Parent a3c70b71e18a34046eab4ccc6ceeda0311bdb198 Fix the Pause button in the debug window. diff -r a3c70b71e18a -r c8a8e9f8a6e7 pidgin/gtkdebug.c --- 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