[gnome-shell] IBus.Property's state needs to be kept in IBus.PropType.NORMAL
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] IBus.Property's state needs to be kept in IBus.PropType.NORMAL
- Date: Thu, 14 Mar 2013 08:47:09 +0000 (UTC)
commit 04e4d696627c4705684c3c84bc3b541c341552b9
Author: Takao Fujiwara <tfujiwar redhat com>
Date: Thu Mar 14 17:19:14 2013 +0900
IBus.Property's state needs to be kept in IBus.PropType.NORMAL
https://bugzilla.gnome.org/show_bug.cgi?id=695824
js/ui/status/keyboard.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/keyboard.js b/js/ui/status/keyboard.js
index 9243905..fba85e8 100644
--- a/js/ui/status/keyboard.js
+++ b/js/ui/status/keyboard.js
@@ -703,7 +703,7 @@ const InputSourceIndicator = new Lang.Class({
item.prop = prop;
item.connect('activate', Lang.bind(this, function() {
this._ibusManager.activateProperty(item.prop.get_key(),
- IBus.PropState.CHECKED);
+ item.prop.get_state());
}));
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]