1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
freebsd-ports/x11/kdebase3/files/patch-kxkb_rules.cpp
Michael Nottebrock 137bbc0152 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
2004-09-24 06:40:28 +00:00

12 lines
401 B
C++

--- 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)