[gnome-settings-daemon] media-keys: Fix OSD touchpad icon names
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] media-keys: Fix OSD touchpad icon names
- Date: Fri, 7 Oct 2011 20:44:13 +0000 (UTC)
commit e8324c83654d3c50f8c142a2c12f421e61f8da9f
Author: Bastien Nocera <hadess hadess net>
Date: Fri Oct 7 14:27:53 2011 +0100
media-keys: Fix OSD touchpad icon names
https://bugzilla.gnome.org/show_bug.cgi?id=661179
plugins/media-keys/gsd-media-keys-manager.c | 2 +-
plugins/media-keys/test-media-window.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/media-keys/gsd-media-keys-manager.c b/plugins/media-keys/gsd-media-keys-manager.c
index 6763e71..3bf5729 100644
--- a/plugins/media-keys/gsd-media-keys-manager.c
+++ b/plugins/media-keys/gsd-media-keys-manager.c
@@ -639,7 +639,7 @@ do_touchpad_osd_action (GsdMediaKeysManager *manager, gboolean state)
{
dialog_init (manager);
gsd_media_keys_window_set_action_custom (GSD_MEDIA_KEYS_WINDOW (manager->priv->dialog),
- state ? "touchpad-enabled" : "touchpad-disabled",
+ state ? "input-touchpad-symbolic" : "touchpad-disabled-symbolic",
FALSE);
dialog_show (manager);
}
diff --git a/plugins/media-keys/test-media-window.c b/plugins/media-keys/test-media-window.c
index 1558d56..f21fa30 100644
--- a/plugins/media-keys/test-media-window.c
+++ b/plugins/media-keys/test-media-window.c
@@ -95,7 +95,7 @@ update_state (GtkWidget *window)
break;
case 8:
gsd_media_keys_window_set_action_custom (GSD_MEDIA_KEYS_WINDOW (window),
- "touchpad-enabled-symbolic",
+ "input-touchpad-symbolic",
TRUE);
gtk_widget_show (window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]