From f9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 29 Feb 2004 07:34:28 +0000 Subject: Remove all the stupid duplicated code to do the help stuff, and instead do 2004-02-29 Glynn Foster * src/about.c, src/util.c, src/util.h: Remove all the stupid duplicated code to do the help stuff, and instead do a simple call for 'yelp ghelp:zenity'. -418, +23. Eeek. Fixes #135607. --- src/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/about.c') diff --git a/src/about.c b/src/about.c index a42a6e17..d955b92a 100644 --- a/src/about.c +++ b/src/about.c @@ -443,7 +443,7 @@ zenity_about_dialog_response (GtkWidget *widget, int response, gpointer data) break; case GTK_RESPONSE_HELP: - zenity_util_show_help (ZENITY_HELP_PATH, "zenity.xml", NULL); + zenity_util_show_help (NULL); break; case GTK_RESPONSE_CREDITS: -- cgit