summaryrefslogtreecommitdiffstats
path: root/deskutils/xfce4-xkb-plugin/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:08:46 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:08:46 +0800
commit140d8276e3c382f5cbdda713c484eb7a3a0aee8c (patch)
tree60de5fcd1388fb428dd46c75b5cfe012dce429b3 /deskutils/xfce4-xkb-plugin/files
parent70fa1f3712226249dc9c127f624bbda91ce162c5 (diff)
downloadmarcuscom-ports-140d8276e3c382f5cbdda713c484eb7a3a0aee8c.tar
marcuscom-ports-140d8276e3c382f5cbdda713c484eb7a3a0aee8c.tar.gz
marcuscom-ports-140d8276e3c382f5cbdda713c484eb7a3a0aee8c.tar.bz2
marcuscom-ports-140d8276e3c382f5cbdda713c484eb7a3a0aee8c.tar.lz
marcuscom-ports-140d8276e3c382f5cbdda713c484eb7a3a0aee8c.tar.xz
marcuscom-ports-140d8276e3c382f5cbdda713c484eb7a3a0aee8c.tar.zst
marcuscom-ports-140d8276e3c382f5cbdda713c484eb7a3a0aee8c.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7474 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/xfce4-xkb-plugin/files')
-rw-r--r--deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c b/deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c
new file mode 100644
index 000000000..7d72d7b17
--- /dev/null
+++ b/deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c
@@ -0,0 +1,15 @@
+--- panel-plugin/xkb.c.orig Wed Jun 30 11:46:49 2004
++++ panel-plugin/xkb.c Sun Feb 6 12:51:04 2005
+@@ -264,12 +264,12 @@
+ char *group;
+
+ group = strdup(get_symbol_name_by_res_no(current_group_xkb_no));
++ to_lower(group);
+ strcpy(filename, FLAGSDIR);
+ strcat(filename, "/");
+ strcat(filename, group);
+ strcat(filename, ".png");
+- to_lower(filename);
+
+ free(group);
+