Skip to content

Commit 69a30e2

Browse files
committed
csd-xsettings-manager.c: Remove settings mapping for Gtk/IMModule.
This has a custom handler now. The setting value should only be used if it's not empty.
1 parent f980892 commit 69a30e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/xsettings/csd-xsettings-manager.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ static TranslationEntry translations [] = {
474474
{ "org.cinnamon.desktop.interface", "gtk-color-scheme", "Gtk/ColorScheme", translate_string_string },
475475
{ "org.cinnamon.desktop.interface", "gtk-im-preedit-style", "Gtk/IMPreeditStyle", translate_string_string },
476476
{ "org.cinnamon.desktop.interface", "gtk-im-status-style", "Gtk/IMStatusStyle", translate_string_string },
477-
{ "org.cinnamon.desktop.interface", "gtk-im-module", "Gtk/IMModule", translate_string_string },
478477
{ "org.cinnamon.desktop.interface", "menubar-accel", "Gtk/MenuBarAccel", translate_string_string },
479478
{ "org.cinnamon.desktop.interface", "enable-animations", "Gtk/EnableAnimations", translate_enable_animations },
480479
{ "org.cinnamon.desktop.interface", "cursor-theme", "Gtk/CursorThemeName", translate_string_string },

0 commit comments

Comments
 (0)