Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filepicker.c ewl_filepicker.h ewl_freebox.c 


Log Message:
- remove unneeded "/frebox/" string, it is already part the extended theme data 
string
- remove unneeded scrollpane, the tree views ship their own scrollpane

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ewl_filepicker.c    9 Dec 2007 16:59:58 -0000       1.41
+++ ewl_filepicker.c    11 Dec 2007 21:38:33 -0000      1.42
@@ -115,14 +115,9 @@
                                EWL_FLAG_FILL_HSHRINK | EWL_FLAG_FILL_VFILL);
        ewl_filepicker_favorites_populate(fp);
        ewl_filepicker_show_favorites_set(fp, FALSE);
-
-       fp->file_list_box = ewl_scrollpane_new();
-       ewl_container_child_append(EWL_CONTAINER(o), fp->file_list_box);
-       ewl_widget_show(fp->file_list_box);
        
        fp->file_list = ewl_filelist_new();
-       ewl_container_child_append(EWL_CONTAINER(fp->file_list_box),
-                                                       fp->file_list);
+       ewl_container_child_append(EWL_CONTAINER(o), fp->file_list);
        ewl_callback_append(EWL_WIDGET(fp->file_list),
                                EWL_CALLBACK_VALUE_CHANGED,
                                ewl_filepicker_cb_list_value_changed,
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_filepicker.h    9 Dec 2007 04:33:39 -0000       1.14
+++ ewl_filepicker.h    11 Dec 2007 21:38:33 -0000      1.15
@@ -50,7 +50,6 @@
        Ewl_Box box;                    /**< Inherit from Ewl_Box */
 
        Ewl_Widget *file_list;          /**< The file list widet */
-       Ewl_Widget *file_list_box;      /**< Box to hold the file list widget */
 
        Ewl_Widget *type_combo;         /**< File type combo */
        Ewl_Widget *file_entry;         /**< Filename entry box */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_freebox.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- ewl_freebox.c       12 Nov 2007 22:42:22 -0000      1.25
+++ ewl_freebox.c       11 Dec 2007 21:38:33 -0000      1.26
@@ -349,7 +349,7 @@
        DCHECK_TYPE(fb, EWL_FREEBOX_TYPE);
 
        pad = ewl_theme_data_int_get(EWL_WIDGET(fb),
-                                       "/freebox/auto/padding");
+                                       "auto/padding");
 
        if (fb->orientation == EWL_ORIENTATION_HORIZONTAL)
        {



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to