don't connect the help browser to the help system.

2004-11-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: don't connect the help browser to
	the help system.
This commit is contained in:
Sven Neumann 2004-11-07 22:48:33 +00:00 committed by Sven Neumann
parent 70d666bafe
commit bc0688c1fa
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-11-07 Sven Neumann <sven@gimp.org>
* plug-ins/helpbrowser/dialog.c: don't connect the help browser to
the help system.
2004-11-07 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/selection-round.scm: register the

View File

@ -157,9 +157,6 @@ browser_dialog_open (void)
G_CALLBACK (gtk_main_quit),
NULL);
gimp_help_connect (window, gimp_standard_help_func,
"gimp-help", NULL);
vbox = gtk_vbox_new (FALSE, 2);
gtk_container_add (GTK_CONTAINER (window), vbox);
gtk_widget_show (vbox);