From a839cfc99cd84369351314b8e98abfb73f209cd9 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 11:44:59 +0200 Subject: Correct 2 typo's in panel.c --- mate-panel/panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-panel/panel.c b/mate-panel/panel.c index 68cb85e9..d8f5c5aa 100644 --- a/mate-panel/panel.c +++ b/mate-panel/panel.c @@ -607,7 +607,7 @@ drop_urilist (PanelWidget *panel, g_ascii_strncasecmp (uri, "https:", strlen ("https:")) == 0 || g_ascii_strncasecmp (uri, "ftp:", strlen ("ftp:")) == 0 || g_ascii_strncasecmp (uri, "gopher:", strlen ("gopher:")) == 0 || - g_ascii_strncasecmp (uri, "help:", strlen ("help:")) == 0 || + g_ascii_strncasecmp (uri, "ghelp:", 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) { -- cgit v1.2.1