aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/source.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/source.vala b/lib/source.vala
index 7850f211..f73b4b69 100644
--- a/lib/source.vala
+++ b/lib/source.vala
@@ -136,7 +136,7 @@ public class Indicator.Keyboard.Source : Object {
private static Fcitx.InputMethod get_fcitx_proxy () throws Error {
if (fcitx_proxy == null) {
- fcitx_proxy = new Fcitx.InputMethod (GLib.BusType.SESSION, GLib.DBusProxyFlags.NONE, 0);
+ fcitx_proxy = new Fcitx.InputMethod (BusType.SESSION, DBusProxyFlags.NONE, 0);
}
return (!) fcitx_proxy;