summaryrefslogtreecommitdiff
path: root/src/bin/e_resist.c
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2005-07-28 07:43:58 +0000
committerCarsten Haitzler <raster@rasterman.com>2005-07-28 07:43:58 +0000
commita34206e1fcd31c1c486e9f56f2bb6a7c48706f43 (patch)
tree00a38cfedc098b26df6df59608958ff601771595 /src/bin/e_resist.c
parentd2ea9aee5df6a2bf02651bce782c798ad67540af (diff)
downloadenlightenment-a34206e1fcd31c1c486e9f56f2bb6a7c48706f43.tar.gz
desktopname module from schouze (slightly cleaned and fixed).
and fix resist bug. bg.po updates um.. stuff. SVN revision: 15927
Diffstat (limited to 'src/bin/e_resist.c')
-rw-r--r--src/bin/e_resist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_resist.c b/src/bin/e_resist.c
index a7d2fd9cbe..bee8704e9a 100644
--- a/src/bin/e_resist.c
+++ b/src/bin/e_resist.c
@@ -30,7 +30,7 @@ e_resist_container_border_position(E_Container *con, Evas_List *skiplist,
*rx = x;
*ry = y;
*rw = w;
- *rw = h;
+ *rh = h;
return 0;
}