diff options
author | raveit65 <[email protected]> | 2017-07-30 11:01:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-05 15:02:54 +0200 |
commit | 3d77c091475841c891785bcb8b2063f6801d36fd (patch) | |
tree | df87f021185318e3b348a6d2be28e5f909fd3858 | |
parent | b7a723af540cd8051807a2af4f33141029ea1659 (diff) | |
download | mate-applets-3d77c091475841c891785bcb8b2063f6801d36fd.tar.bz2 mate-applets-3d77c091475841c891785bcb8b2063f6801d36fd.tar.xz |
weather-prefs: correct help link for testing
-rw-r--r-- | mateweather/mateweather-pref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mateweather/mateweather-pref.c b/mateweather/mateweather-pref.c index faee9e0b..ddb71d76 100644 --- a/mateweather/mateweather-pref.c +++ b/mateweather/mateweather-pref.c @@ -743,7 +743,7 @@ static void help_cb(GtkDialog* dialog, MateWeatherPref* pref) GError* error = NULL; current_page = gtk_notebook_get_current_page (GTK_NOTEBOOK (pref->priv->notebook)); - uri = g_strdup_printf ("help:mateweather/mateweather-prefs#mateweather-%s", (current_page == 0) ? "metric" : "change-location"); + uri = g_strdup_printf ("help:mateweather/mateweather-prefs", (current_page == 0) ? "metric" : "change-location"); #if GTK_CHECK_VERSION (3, 22, 0) gtk_show_uri_on_window (GTK_WINDOW (dialog), uri, |