diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | applets/brightness/brightness-applet.c | 2 | ||||
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | policy/org.mate.power.policy.in2 | 2 | ||||
-rw-r--r-- | src/gpm-tray-icon.c | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -28,4 +28,4 @@ To work properly, mate-power-manager requires udevd and upowerd to be running. MATE Power Manager is a fork of GNOME Power Manager. -For more information, please see http://www.mate-desktop.org/ +For more information, please see https://mate-desktop.org/ diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index 5549132..9074fa9 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -834,7 +834,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) gtk_about_dialog_set_translator_credits (about, translator_credits); gtk_about_dialog_set_logo (about, logo); gtk_about_dialog_set_license (about, license_trans); - gtk_about_dialog_set_website (about, "http://www.mate-desktop.org/"); + gtk_about_dialog_set_website (about, "https://mate-desktop.org/"); gtk_window_set_icon_name (GTK_WINDOW (about), GPM_BRIGHTNESS_APPLET_ICON); diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 61e6879..02b38c4 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -327,7 +327,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) gtk_about_dialog_set_translator_credits (about, translator_credits); gtk_about_dialog_set_logo (about, logo); gtk_about_dialog_set_license (about, license_trans); - gtk_about_dialog_set_website (about, "http://www.mate-desktop.org/"); + gtk_about_dialog_set_website (about, "https://mate-desktop.org/"); gtk_window_set_icon_name (GTK_WINDOW (about), GPM_INHIBIT_APPLET_ICON_INHIBIT); diff --git a/configure.ac b/configure.ac index bcceca8..1322cdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.23.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.23.0], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) AC_CONFIG_HEADERS([config.h]) diff --git a/help/C/index.docbook b/help/C/index.docbook index 38f83ec..508e6c0 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -9,7 +9,7 @@ <!-- (Do not remove this comment block.) Template Maintained by the MATE Documentation Project: - http://www.mate-desktop.org/development/ + https://mate-desktop.org/development/ Template version: 2.0 beta Template last modified Feb 12, 2002 --> diff --git a/policy/org.mate.power.policy.in2 b/policy/org.mate.power.policy.in2 index 839dde8..61bbd6e 100644 --- a/policy/org.mate.power.policy.in2 +++ b/policy/org.mate.power.policy.in2 @@ -10,7 +10,7 @@ --> <vendor>MATE Power Manager</vendor> - <vendor_url>http://www.mate-desktop.org</vendor_url> + <vendor_url>https://mate-desktop.org</vendor_url> <icon_name>battery</icon_name> <action id="org.mate.power.backlight-helper"> diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c index 6107443..903835d 100644 --- a/src/gpm-tray-icon.c +++ b/src/gpm-tray-icon.c @@ -195,7 +195,7 @@ gpm_tray_icon_show_about_cb (GtkMenuItem *item, gpointer data) "translator-credits", _("translator-credits"), "icon-name", "mate-power-manager", "logo-icon-name", "mate-power-manager", - "website", "http://www.mate-desktop.org", + "website", "https://mate-desktop.org", NULL); } |