From bc0688c1fa6427ccc7df01f748f3a229e05a0ee1 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 7 Nov 2004 22:48:33 +0000 Subject: [PATCH] don't connect the help browser to the help system. 2004-11-07 Sven Neumann * plug-ins/helpbrowser/dialog.c: don't connect the help browser to the help system. --- ChangeLog | 5 +++++ plug-ins/helpbrowser/dialog.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 343fcb6848..1e50cdecd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-07 Sven Neumann + + * plug-ins/helpbrowser/dialog.c: don't connect the help browser to + the help system. + 2004-11-07 Sven Neumann * plug-ins/script-fu/scripts/selection-round.scm: register the diff --git a/plug-ins/helpbrowser/dialog.c b/plug-ins/helpbrowser/dialog.c index 79d6e03290..d05cfdcb34 100644 --- a/plug-ins/helpbrowser/dialog.c +++ b/plug-ins/helpbrowser/dialog.c @@ -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);