summaryrefslogtreecommitdiff
path: root/mate-panel/panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel.c')
-rw-r--r--mate-panel/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel.c b/mate-panel/panel.c
index 3cea4c08..15719418 100644
--- a/mate-panel/panel.c
+++ b/mate-panel/panel.c
@@ -616,7 +616,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, "help:", strlen ("help:")) == 0 ||
g_ascii_strncasecmp (uri, "man:", strlen ("man:")) == 0 ||
g_ascii_strncasecmp (uri, "info:", strlen ("info:")) == 0) {
/* FIXME: probably do this only on link,