summaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-02-29 07:34:28 +0000
committerGlynn Foster <gman@src.gnome.org>2004-02-29 07:34:28 +0000
commitf9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301 (patch)
tree6c9d195e88bbcdd619eb3f5fc208c3dd2024e87f /src/about.c
parent42a0dd7e5e63ae45983d0f96d75206ac517ec25f (diff)
Remove all the stupid duplicated code to do the help stuff, and instead do
2004-02-29 Glynn Foster <glynn.foster@sun.com> * 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.
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c
index a42a6e1..d955b92 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: