Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container


Modified Files:
        container_element.c 


Log Message:
set scroll offset back to 0 on e_container_empty
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/container_element.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- container_element.c 24 Jan 2004 20:20:48 -0000      1.6
+++ container_element.c 8 Mar 2004 20:11:58 -0000       1.7
@@ -142,6 +142,7 @@
     cont->elements = evas_list_remove(cont->elements, el);
     free(el);
   }
+  cont->scroll_offset = 0;
   _container_elements_changed(cont);
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to