mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Lower-case the group name, not the entire image file name. This makes
"Display layout as image" work.
This commit is contained in:
parent
dceb9848b7
commit
dba16d0462
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128133
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xfce4-xkb-plugin
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= http://download.berlios.de/xfce-goodies/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
15
deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c
Normal file
15
deskutils/xfce4-xkb-plugin/files/patch-panel-plugin::xkb.c
Normal file
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user