[gnome-settings-daemon] keyboard: Make sure the LED icons aren't shown
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] keyboard: Make sure the LED icons aren't shown
- Date: Fri, 28 Jan 2011 01:39:32 +0000 (UTC)
commit 050a88e094a98d97afe70fd0d9852644f73e3d72
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 28 01:37:40 2011 +0000
keyboard: Make sure the LED icons aren't shown
By default, and on startup.
plugins/keyboard/gsd-keyboard-xkb.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/keyboard/gsd-keyboard-xkb.c b/plugins/keyboard/gsd-keyboard-xkb.c
index c24b91e..1f6c491 100644
--- a/plugins/keyboard/gsd-keyboard-xkb.c
+++ b/plugins/keyboard/gsd-keyboard-xkb.c
@@ -603,6 +603,7 @@ gsd_keyboard_xkb_init (GsdKeyboardManager * kbd_manager)
gtk_status_icon_new_from_icon_name
(indicator_off_icon_names[i]);
gtk_status_icon_set_name (indicator_icons[i], indicator_icon_names[i]);
+ gtk_status_icon_set_visible (indicator_icons[i], FALSE);
}
gsd_keyboard_update_indicator_icons ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]