summaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps/files/patch-kxkb_rules.cpp
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-09-24 06:40:28 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-09-24 06:40:28 +0000
commit137bbc015274d6573725d007063ce885a0a5b7a5 (patch)
tree9a38f1aca1569a57200135e04e242c30739e24fe /x11/kde4-baseapps/files/patch-kxkb_rules.cpp
parentFix hang in kcontrol on amd64. (diff)
Fix bug in the default genkdmconf template - kdm would try and parse
fortune output from .cshrc and sometimes fail to login due to it. Fix bug with kxkb not detecting installed keyboard layouts on xorg. Approved by: portmgr Obtained from: KDE CVS
Diffstat (limited to 'x11/kde4-baseapps/files/patch-kxkb_rules.cpp')
-rw-r--r--x11/kde4-baseapps/files/patch-kxkb_rules.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kde4-baseapps/files/patch-kxkb_rules.cpp b/x11/kde4-baseapps/files/patch-kxkb_rules.cpp
new file mode 100644
index 000000000000..d210eaf73139
--- /dev/null
+++ b/x11/kde4-baseapps/files/patch-kxkb_rules.cpp
@@ -0,0 +1,11 @@
+--- kxkb/rules.cpp 2004/06/28 14:19:03 1.38
++++ kxkb/rules.cpp 2004/08/29 19:05:04 1.39
+@@ -17,7 +17,7 @@
+ #include "rules.h"
+
+ const char* X11DirList[2] = {"/usr/X11R6/lib/X11/", "/usr/local/X11R6/lib/X11/"};
+-const char* rulesFileList[2] = {"xkb/rules/xfree86", "xkb/rules/xorg"};
++const char* rulesFileList[2] = {"xkb/rules/xorg", "xkb/rules/xfree86"};
+
+ KeyRules::KeyRules():
+ m_layouts(90)