[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix keyboard-brightness icon names (Bug #12292)
noreply at xfce.org
noreply at xfce.org
Sat Jan 23 12:49:21 CET 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 2ff69c8475cfb4b121ba107c41249a63aa8dffb2
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Jan 23 12:41:43 2016 +0100
Fix keyboard-brightness icon names (Bug #12292)
Patch by Laurentiu Pancescu
---
src/xfpm-backlight.c | 2 +-
src/xfpm-kbd-backlight.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xfpm-backlight.c b/src/xfpm-backlight.c
index 5ce147a..3ca25f5 100644
--- a/src/xfpm-backlight.c
+++ b/src/xfpm-backlight.c
@@ -162,7 +162,7 @@ xfpm_backlight_show_notification (XfpmBacklight *backlight, gfloat value)
backlight->priv->n = xfpm_notify_new_notification (backlight->priv->notify,
"",
"",
- "xfpm-brightness-lcd",
+ "display-brightness",
0,
XFPM_NOTIFY_NORMAL);
}
diff --git a/src/xfpm-kbd-backlight.c b/src/xfpm-kbd-backlight.c
index d572e8b..8210c33 100644
--- a/src/xfpm-kbd-backlight.c
+++ b/src/xfpm-kbd-backlight.c
@@ -114,7 +114,7 @@ xfpm_kbd_backlight_show_notification (XfpmKbdBacklight *self, gfloat value)
self->priv->n = xfpm_notify_new_notification (self->priv->notify,
"",
"",
- "xfpm-brightness-keyboard",
+ "keyboard-brightness",
0,
XFPM_NOTIFY_NORMAL);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list