diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 02:12:13 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 02:12:13 -0700 |
commit | a9448ccd8ab4c92f806710554eb3965f884960a4 (patch) | |
tree | dc5334fec186630d1b216f1b3cfd7a5f048f81f3 /src | |
parent | 1147056ef7143075d9e3156dc6a4dae0e7e562ca (diff) | |
parent | 504cd7fab6a337d0309e38efecbf23f4719a9dfe (diff) | |
download | eom-a9448ccd8ab4c92f806710554eb3965f884960a4.tar.bz2 eom-a9448ccd8ab4c92f806710554eb3965f884960a4.tar.xz |
Merge pull request #23 from infirit/yelptools
Use yelp tools instead of mate-doc-utils
Diffstat (limited to 'src')
-rw-r--r-- | src/eom-util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eom-util.c b/src/eom-util.c index 0c4e197..07d0115 100644 --- a/src/eom-util.c +++ b/src/eom-util.c @@ -51,9 +51,9 @@ eom_util_show_help (const gchar *section, GtkWindow *parent) gchar *uri = NULL; if (section) - uri = g_strdup_printf ("ghelp:eom?%s", section); + uri = g_strdup_printf ("help:eom?%s", section); - gtk_show_uri (NULL, ((uri != NULL) ? uri : "ghelp:eom"), + gtk_show_uri (NULL, ((uri != NULL) ? uri : "help:eom"), gtk_get_current_event_time (), &error); g_free (uri); |