Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/tools/etk_prefs


Modified Files:
        etk_prefs.c 


Log Message:
* Fix etk_prefs


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/tools/etk_prefs/etk_prefs.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- etk_prefs.c 16 Jan 2007 23:49:27 -0000      1.6
+++ etk_prefs.c 10 Mar 2007 03:22:08 -0000      1.7
@@ -78,8 +78,7 @@
    etk_signal_connect("response", ETK_OBJECT(dialog), 
ETK_CALLBACK(_etk_prefs_response_cb), dialog);
    
    etk_container_border_width_set(ETK_CONTAINER(dialog), 5);
-   etk_dialog_pack_in_main_area(ETK_DIALOG(dialog), paned, ETK_TRUE, ETK_TRUE,
-                               0, ETK_FALSE);
+   etk_dialog_pack_in_main_area(ETK_DIALOG(dialog), paned, ETK_BOX_START, 
ETK_BOX_EXPAND_FILL, 0);
    
    /* create tabs */
    etk_notebook_page_append(ETK_NOTEBOOK(notebook), "Themes", 
_etk_prefs_theme_tab_create());



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to