mirror of https://github.com/GNOME/gimp.git
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:
parent
70d666bafe
commit
bc0688c1fa
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue