fd3eb3dac0
- Fixed Bug 845956 - ibus backward trigger key is not customized - Fixed Bug 844580 - ibus-dconf does not load the system gvdb
12 lines
464 B
Diff
12 lines
464 B
Diff
--- ibus-1.4.99.20120822/ui/gtk3/panel.vala.orig
|
|
+++ ibus-1.4.99.20120822/ui/gtk3/panel.vala
|
|
@@ -125,7 +125,7 @@ class Panel : IBus.PanelService {
|
|
if ((switch_modifiers & VIRTUAL_MODIFIERS) != 0) {
|
|
// workaround a bug in gdk vapi vala > 0.18
|
|
// https://bugzilla.gnome.org/show_bug.cgi?id=677559
|
|
-#if VALA_0_18
|
|
+#if VALA_0_20
|
|
Gdk.Keymap.get_default().map_virtual_modifiers(
|
|
ref switch_modifiers);
|
|
#else
|