summaryrefslogtreecommitdiff
blob: 6174c41d61611136f2de1b4c630455b5feddc980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- icewm-1.2.3pre1/src/aapm.cc	2002-10-20 10:04:55.000000000 -0400
+++ aapm.cc	2002-10-29 11:49:35.000000000 -0500
@@ -462,8 +462,7 @@
     class YPixbuf * gradient(parent()->getGradient());
 
     if (gradient) {
-        g.copyPixbuf(*gradient, this->x(), this->y(),
-                     width((), height(), 0, 0));
+        g.copyPixbuf(*gradient, this->x(), this->y(), width(), height(), 0, 0);
     }
     else
 #endif