diff options
author | Carsten Haitzler <raster@rasterman.com> | 2005-07-28 07:43:58 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2005-07-28 07:43:58 +0000 |
commit | a34206e1fcd31c1c486e9f56f2bb6a7c48706f43 (patch) | |
tree | 00a38cfedc098b26df6df59608958ff601771595 /src/bin/e_resist.c | |
parent | d2ea9aee5df6a2bf02651bce782c798ad67540af (diff) | |
download | enlightenment-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.c | 2 |
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; } |