summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-12 22:00:50 +0200
committerStefano Karapetsas <[email protected]>2013-07-12 22:00:50 +0200
commit2ced54ba17c63fda9f5da417f4dd0d5380db8b59 (patch)
tree06c64312ba30791be4ece3018c2029bf029e9e61 /mate-panel
parent95aab3454879d73a8ad049c17d566629374b30bc (diff)
downloadmate-panel-2ced54ba17c63fda9f5da417f4dd0d5380db8b59.tar.bz2
mate-panel-2ced54ba17c63fda9f5da417f4dd0d5380db8b59.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/libpanel-util/panel-show.c4
-rw-r--r--mate-panel/panel.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/mate-panel/libpanel-util/panel-show.c b/mate-panel/libpanel-util/panel-show.c
index 0795b837..51167874 100644
--- a/mate-panel/libpanel-util/panel-show.c
+++ b/mate-panel/libpanel-util/panel-show.c
@@ -271,9 +271,9 @@ panel_show_help (GdkScreen *screen,
g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
if (link)
- uri = g_strdup_printf ("ghelp:%s?%s", doc, link);
+ uri = g_strdup_printf ("help:%s?%s", doc, link);
else
- uri = g_strdup_printf ("ghelp:%s", doc);
+ uri = g_strdup_printf ("help:%s", doc);
gtk_show_uri (screen, uri, gtk_get_current_event_time (), &local_error);
diff --git a/mate-panel/panel.c b/mate-panel/panel.c
index c3a5a8ab..2b9929d3 100644
--- a/mate-panel/panel.c
+++ b/mate-panel/panel.c
@@ -608,6 +608,7 @@ drop_urilist (PanelWidget *panel,
g_ascii_strncasecmp (uri, "ftp:", strlen ("ftp:")) == 0 ||
g_ascii_strncasecmp (uri, "gopher:", strlen ("gopher:")) == 0 ||
g_ascii_strncasecmp (uri, "ghelp:", strlen ("ghelp:")) == 0 ||
+ g_ascii_strncasecmp (uri, "help:", strlen ("ghelp:")) == 0 ||
g_ascii_strncasecmp (uri, "man:", strlen ("man:")) == 0 ||
g_ascii_strncasecmp (uri, "info:", strlen ("info:")) == 0) {
/* FIXME: probably do this only on link,