From 1ea3233503f84366afd4e0a76e47afa258d17d04 Mon Sep 17 00:00:00 2001 From: William Brown Date: Wed, 14 Nov 2012 23:46:18 +1030 Subject: Rename some components to mate friendly values --- src/gpm-common.h | 2 +- src/gpm-kbd-backlight.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/gpm-common.h b/src/gpm-common.h index 6029b2f..ca4762c 100644 --- a/src/gpm-common.h +++ b/src/gpm-common.h @@ -31,7 +31,7 @@ G_BEGIN_DECLS #define GPM_DBUS_INTERFACE_BACKLIGHT "org.mate.PowerManager.Backlight" #define GPM_DBUS_PATH "/org/mate/PowerManager" #define GPM_DBUS_PATH_BACKLIGHT "/org/mate/PowerManager/Backlight" -#define GPM_DBUS_PATH_KBD_BACKLIGHT "/org/gnome/PowerManager/KbdBacklight" +#define GPM_DBUS_PATH_KBD_BACKLIGHT "/org/mate/PowerManager/KbdBacklight" /* common descriptions of this program */ #define GPM_NAME _("Power Manager") diff --git a/src/gpm-kbd-backlight.c b/src/gpm-kbd-backlight.c index 8c8ba69..4ed3fcf 100644 --- a/src/gpm-kbd-backlight.c +++ b/src/gpm-kbd-backlight.c @@ -31,7 +31,7 @@ static const gchar *kbd_backlight_introspection = "" """" - "" + "" "" "" "" @@ -489,7 +489,7 @@ gpm_kbd_backlight_button_pressed_cb (GpmButton *button, * @mode: The idle mode, e.g. GPM_IDLE_MODE_BLANK * @backlight: This class instance * - * This callback is called when gnome-screensaver detects that the idle state + * This callback is called when mate-screensaver detects that the idle state * has changed. GPM_IDLE_MODE_BLANK is when the session has become inactive, * and GPM_IDLE_MODE_SLEEP is where the session has become inactive, AND the * session timeout has elapsed for the idle action. -- cgit v1.2.1