Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_fonts.c 


Log Message:
Better resizing. Fix some formatting issues.
Dialog still needs work.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_fonts/e_int_config_fonts.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_int_config_fonts.c        24 Jul 2007 18:47:24 -0000      1.3
+++ e_int_config_fonts.c        4 Dec 2007 22:44:55 -0000       1.4
@@ -698,17 +698,17 @@
        e_widget_config_list_append(ob, eff->name);
        option_enable = 1;
      }
-   
+
    ob = e_widget_check_add(evas, _("Enable Fallbacks"), 
&(cfdata->cur_fallbacks_enabled));
    e_widget_config_list_object_append(cfdata->gui.fallback_list, ob, 
-                                     0, 0, 2, 1, 1, 1, 1, 1);
+                                     0, 0, 2, 1, 1, 0, 1, 0);
    e_widget_on_change_hook_set(ob, _adv_enabled_fallback_cb_change, cfdata);
    e_widget_check_checked_set(ob, option_enable);
    e_widget_change(ob);
    e_widget_list_object_append(ol2, of, 1, 1, 0.5);
 
    e_widget_list_object_append(ol, ol2, 1, 1, 0.5);
-   
+
    e_dialog_resizable_set(cfd->dia, 1);
    return ol;
 }



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to