Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_theme


Modified Files:
        e_int_config_theme.c 


Log Message:
No need to expand width on the preview frame because the actual preview
never changes size anyway.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_theme/e_int_config_theme.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_int_config_theme.c        30 Oct 2007 16:23:28 -0000      1.9
+++ e_int_config_theme.c        14 Dec 2007 17:11:09 -0000      1.10
@@ -1097,7 +1097,7 @@
      e_widget_preview_edje_set(ob, cfdata->theme, "e/desktop/background");
    e_widget_aspect_child_set(oa, ob);
    e_widget_framelist_object_append(of, oa);
-   e_widget_table_object_append(ot, of, 2, 0, 1, 1, 1, 1, 1, 1);
+   e_widget_table_object_append(ot, of, 2, 0, 1, 1, 1, 1, 0, 1);
 
    _fill_files_ilist(cfdata);
    _fill_categories_ilist(cfdata);



-------------------------------------------------------------------------
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://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to