Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-10-19
2000-10-19 09:17:03 by Per Hedbor <ph@opera.com>
0786ffada6c64d8309dbc82c59fa517e93b858fe (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed magic-* bug
Rev: server/modules/graphics/graphic_text.pike:1.252
1:
// This is a roxen module. Copyright © 1996 - 2000, Roxen IS. //
-
constant cvs_version="$Id: graphic_text.pike,v 1.
251
2000/10/
02
01
:
43
:
52
nilsson
Exp $";
+
constant cvs_version="$Id: graphic_text.pike,v 1.
252
2000/10/
19
09
:
17
:
03
per
Exp $";
#include <module.h> inherit "module";
975:
if(p->bevel) p->pressed=1; m_delete(p, "fgcolor");
-
foreach(glob("magic-*", indices(
p
)), string q)
-
p[q[6..]]=
m_delete(p,
q
)
;
+
foreach(glob("magic-*", indices(
arg
)), string q)
+
p[q[6..]]=
arg[
q
]
;
if(!p->fgcolor) p->fgcolor=id->misc->defines->theme_alink|| id->misc->defines->alink||"#ff0000";