Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/iconbar

Dir     : e17/apps/iconbar/src


Modified Files:
        main.c 


Log Message:
fix saved placement, the prop_xy stuff wasn't working
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- main.c      7 Feb 2004 11:39:05 -0000       1.21
+++ main.c      14 Feb 2004 07:49:05 -0000      1.22
@@ -134,6 +134,7 @@
   evas_object_show(iconbar);
   
   ecore_evas_show(ee);
+  ecore_evas_move_resize(ee, x, y, w, h);
 
   ecore_main_loop_begin();
   




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to