mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2954c55b1d
PR: 12047 Submitted by: Chris Piazza <cpiazza@home.net>
12 lines
509 B
Plaintext
12 lines
509 B
Plaintext
--- icon/iconmanager.c.orig Mon Jun 7 14:43:54 1999
|
|
+++ icon/iconmanager.c Mon Jun 7 14:44:08 1999
|
|
@@ -443,7 +443,7 @@
|
|
if (p->x + 20 > WidthOfScreen (DefaultScreenOfDisplay (CDisplay)))
|
|
p->x = WidthOfScreen (DefaultScreenOfDisplay (CDisplay)) - 20;
|
|
if (*p->xpm_filename != '/')
|
|
- f = catstrs (LIBDIR, "/", p->xpm_filename, 0);
|
|
+ f = catstrs (DATADIR, "/", p->xpm_filename, 0);
|
|
else
|
|
f = p->xpm_filename;
|
|
w = CDrawIcon (catstrs ("_icon", itoa (n), 0), CRoot, p->x, p->y, f, p->title);
|