summaryrefslogtreecommitdiffstats
path: root/opensuse/tdebase/kxkb-include-latin-layout.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/tdebase/kxkb-include-latin-layout.diff')
-rw-r--r--opensuse/tdebase/kxkb-include-latin-layout.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/opensuse/tdebase/kxkb-include-latin-layout.diff b/opensuse/tdebase/kxkb-include-latin-layout.diff
deleted file mode 100644
index a0b09a3c5..000000000
--- a/opensuse/tdebase/kxkb-include-latin-layout.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: kxkb/kcmlayout.cpp
-===================================================================
---- kxkb/kcmlayout.cpp.orig
-+++ kxkb/kcmlayout.cpp
-@@ -352,6 +352,9 @@ void LayoutConfig::add()
- // Create a copy of the sel widget, as one might add the same layout more
- // than one time, with different variants.
- QListViewItem* toadd = copyLVI(sel, widget->listLayoutsDst);
-+
-+ // Turn on "Include Latin layout" for new language by default (bnc:204402)
-+ toadd->setText(LAYOUT_COLUMN_INCLUDE, "us");
-
- widget->listLayoutsDst->insertItem(toadd);
- if( widget->listLayoutsDst->childCount() > 1 )