[gnome-tweak-tool] Remove the input-sources-switcher key
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweak-tool] Remove the input-sources-switcher key
- Date: Tue, 15 Jan 2013 12:48:15 +0000 (UTC)
commit d61c95aeeacabed3313dff97a5c595f6985c0751
Author: Rui Matos <tiagomatos gmail com>
Date: Tue Jan 15 11:36:21 2013 +0100
Remove the input-sources-switcher key
This is now provided by gnome-control-center.
https://bugzilla.gnome.org/show_bug.cgi?id=691706
gtweak/tweaks/tweak_typing.py | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_typing.py b/gtweak/tweaks/tweak_typing.py
index 2b6690e..e248568 100644
--- a/gtweak/tweaks/tweak_typing.py
+++ b/gtweak/tweaks/tweak_typing.py
@@ -22,7 +22,7 @@ import logging
from gi.repository import Pango, Gtk, GnomeDesktop
from gtweak.tweakmodel import Tweak, TweakGroup, TWEAK_GROUP_TYPING
-from gtweak.widgets import GSettingsComboEnumTweak, GSettingsSwitchTweak, build_label_beside_widget
+from gtweak.widgets import GSettingsSwitchTweak, build_label_beside_widget
from gtweak.gsettings import GSettingsSetting, GSettingsMissingError, GSettingsFakeSetting
class _XkbOption(Tweak):
@@ -132,10 +132,6 @@ TWEAK_GROUPS = (
)
TWEAKS = (
- GSettingsComboEnumTweak("org.gnome.settings-daemon.peripherals.keyboard",
- "input-sources-switcher",
- schema_filename="org.gnome.settings-daemon.peripherals.gschema.xml",
- group_name=TWEAK_GROUP_TYPING),
GSettingsSwitchTweak("org.gnome.desktop.input-sources",
"show-all-sources",
group_name=TWEAK_GROUP_TYPING),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]