From c59d8458d7757601e14de2d40ddbb2390a8e2aa4 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 12 Aug 2004 21:16:20 +0000 Subject: 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 --- x11/kde4-runtime/files/patch-kxkb_kxkb.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 x11/kde4-runtime/files/patch-kxkb_kxkb.cpp (limited to 'x11/kde4-runtime/files/patch-kxkb_kxkb.cpp') diff --git a/x11/kde4-runtime/files/patch-kxkb_kxkb.cpp b/x11/kde4-runtime/files/patch-kxkb_kxkb.cpp new file mode 100644 index 000000000000..bc011c166585 --- /dev/null +++ b/x11/kde4-runtime/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)) + { + -- cgit v1.2.3