diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-02-29 07:34:28 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-02-29 07:34:28 +0000 |
commit | f9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301 (patch) | |
tree | 6c9d195e88bbcdd619eb3f5fc208c3dd2024e87f /src/about.c | |
parent | Translation updated. (diff) | |
download | zenity-f9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301.tar.gz zenity-f9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301.tar.bz2 zenity-f9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |