diff options
author | infirit <[email protected]> | 2013-08-01 13:30:42 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 13:30:42 +0200 |
commit | fed34fd36fba90cb73245a13344bacddb1d689fd (patch) | |
tree | 28e43ced64892e51c63319053865eafd56acd00e /libslab/slab-mate-util.c | |
parent | db06e0af97a338992db45656f2ca9cd4a30abfe6 (diff) | |
download | mate-control-center-fed34fd36fba90cb73245a13344bacddb1d689fd.tar.bz2 mate-control-center-fed34fd36fba90cb73245a13344bacddb1d689fd.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'libslab/slab-mate-util.c')
-rw-r--r-- | libslab/slab-mate-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libslab/slab-mate-util.c b/libslab/slab-mate-util.c index 31088346..a4527dc0 100644 --- a/libslab/slab-mate-util.c +++ b/libslab/slab-mate-util.c @@ -156,7 +156,7 @@ open_desktop_item_help (MateDesktopItem * desktop_item) if (doc_path) { - help_uri = g_strdup_printf ("ghelp:%s", doc_path); + help_uri = g_strdup_printf ("help:%s", doc_path); error = NULL; if (!gtk_show_uri (libslab_get_current_screen (), help_uri, gtk_get_current_event_time (), &error)) |