[Player-cvs] app/gtk upgrade_interface.c,1.12,1.13
rggammon at helixcommunity.org rggammon at helixcommunity.orgUpdate of /cvsroot/player/app/gtk
In directory cvs-new:/tmp/cvs-serv17637
Modified Files:
upgrade_interface.c
Log Message:
Fix help button signal handler in glade xml
Index: upgrade_interface.c
===================================================================
RCS file: /cvsroot/player/app/gtk/upgrade_interface.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- upgrade_interface.c 14 Jul 2004 17:08:51 -0000 1.12
+++ upgrade_interface.c 23 Jul 2004 00:17:48 -0000 1.13
@@ -158,7 +158,7 @@
G_CALLBACK (hud_show_details),
NULL);
g_signal_connect ((gpointer) UpgradeDialog, "clicked",
- G_CALLBACK (hxcommon_launch_upgrade_with_widget_name),
+ G_CALLBACK (hxcommon_launch_context_help_with_widget_name),
NULL);
/* Store pointers to all widgets, for use by lookup_widget(). */