summaryrefslogtreecommitdiffstats
path: root/x11/kdebase4/files/patch-kxkb_kxkb.cpp
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-12 21:16:20 +0000
committerlofi <lofi@FreeBSD.org>2004-08-12 21:16:20 +0000
commit662ff966c07b709fa233e5901fe066ceeee1b5a1 (patch)
tree590c417dc8f9f7ee7c2080a58db04e0eeb749c1f /x11/kdebase4/files/patch-kxkb_kxkb.cpp
parent628c4b4d5f51bf3fa44e1b986dc0a0e73521816d (diff)
downloadFreeBSD-ports-662ff966c07b709fa233e5901fe066ceeee1b5a1.zip
FreeBSD-ports-662ff966c07b709fa233e5901fe066ceeee1b5a1.tar.gz
A couple of patches didn't make it from the kde-freebsd repo into ports.
Here they are... PORTREVISION needs to be bumped again (sorry). Pointy hat to: me
Diffstat (limited to 'x11/kdebase4/files/patch-kxkb_kxkb.cpp')
-rw-r--r--x11/kdebase4/files/patch-kxkb_kxkb.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/kdebase4/files/patch-kxkb_kxkb.cpp b/x11/kdebase4/files/patch-kxkb_kxkb.cpp
new file mode 100644
index 0000000..bc011c1
--- /dev/null
+++ b/x11/kdebase4/files/patch-kxkb_kxkb.cpp
@@ -0,0 +1,23 @@
+===================================================================
+RCS file: /usr/repos/kde/kdebase/kxkb/kxkb.cpp,v
+retrieving revision 1.70
+retrieving revision 1.72
+diff -u -p -r1.70 -r1.72
+--- kxkb/kxkb.cpp 2003/10/30 18:58:11 1.70
++++ kxkb/kxkb.cpp 2004/06/28 14:19:03 1.72
+@@ -222,12 +222,12 @@ bool KXKBApp::settingsRead()
+ }
+ }
+
+- QString rule = "xfree86"; //config->readEntry("Rule", "xfree86");
+- m_rules = new KeyRules( rule );
++ m_rules = new KeyRules();
+ m_model = config->readEntry("Model", "pc104");
+ m_layout = config->readEntry("Layout", "");
+ m_defaultLayout = m_layout;
+
++
+ m_list = config->readListEntry("Additional");
+ if (!m_list.contains(m_layout))
+ {
+
OpenPOWER on IntegriCloud