Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_properties_dialog.c 


Log Message:
* Another tab for properties

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_properties_dialog.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- etk_properties_dialog.c     4 Apr 2006 06:45:03 -0000       1.3
+++ etk_properties_dialog.c     4 Apr 2006 11:56:00 -0000       1.4
@@ -71,10 +71,12 @@
        
        label = etk_label_new(file->filename);
        etk_box_pack_start(ETK_BOX(pvbox), label, ETK_FALSE, ETK_FALSE, 0);
-
-       
-       
        /*------------------*/
+
+       /*Permissions*/
+       ivbox = etk_vbox_new(ETK_TRUE,0);       
+       etk_notebook_page_append(ETK_NOTEBOOK(notebook), "Permissions", ivbox);
+       /*---------------------*/
 
        hbox = etk_hbox_new(ETK_TRUE,0);
        etk_box_pack_end(ETK_BOX(vbox), hbox, ETK_FALSE, ETK_FALSE, 0);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to