summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Brown <[email protected]>2012-11-14 23:46:18 +1030
committerWilliam Brown <[email protected]>2012-11-14 23:46:18 +1030
commit1ea3233503f84366afd4e0a76e47afa258d17d04 (patch)
tree88bdba96755c2af731cbddbf8c5cd8825f39c270
parent0453548baedf4e060bc3785555589b551cf5b98c (diff)
downloadmate-power-manager-1ea3233503f84366afd4e0a76e47afa258d17d04.tar.bz2
mate-power-manager-1ea3233503f84366afd4e0a76e47afa258d17d04.tar.xz
Rename some components to mate friendly values
-rw-r--r--src/gpm-common.h2
-rw-r--r--src/gpm-kbd-backlight.c4
2 files changed, 3 insertions, 3 deletions
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 = ""
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>""<node name=\"/\">"
- "<interface name=\"org.gnome.PowerManager.Backlight\">"
+ "<interface name=\"org.mate.PowerManager.Backlight\">"
"<method name=\"GetBrightness\">"
"<arg type=\"u\" name=\"percentage_brightness\" direction=\"out\"/>"
"</method>"
@@ -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.