diff options
Diffstat (limited to 'deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c')
-rw-r--r-- | deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c | 15 |
1 files changed, 0 insertions, 15 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 deleted file mode 100644 index 7d72d7b17..000000000 --- a/deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c +++ /dev/null @@ -1,15 +0,0 @@ ---- 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); - |