Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto/entropy

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_location_add_dialog.c 


Log Message:
* Thumbnail on demand
* Visual fix to location add dialog

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_location_add_dialog.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- etk_location_add_dialog.c   29 Aug 2007 04:55:06 -0000      1.17
+++ etk_location_add_dialog.c   3 Sep 2007 10:26:03 -0000       1.18
@@ -191,7 +191,7 @@
        etk_container_add(ETK_CONTAINER(dialog->window), outer_vbox);
 
        dialog->frame = etk_frame_new("Add Location..");
-       etk_container_add(ETK_CONTAINER(outer_vbox), dialog->frame);
+       etk_box_append(ETK_BOX(outer_vbox), dialog->frame, ETK_BOX_START, 
ETK_BOX_EXPAND_FILL, 10);
 
        dialog->vbox1 = etk_vbox_new(ETK_FALSE,0);
        etk_container_add(ETK_CONTAINER(dialog->frame), dialog->vbox1);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to