Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        ewl_config.c 


Log Message:
- mvc api updates

===================================================================
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ewl_config.c        4 Jan 2007 05:09:48 -0000       1.41
+++ ewl_config.c        18 Jan 2007 10:55:10 -0000      1.42
@@ -372,7 +372,7 @@
                closedir(rep);
        }
 
-       ewl_mvc_selected_set(EWL_MVC(o), sel, 0);
+       ewl_mvc_selected_set(EWL_MVC(o), list, sel, 0);
        ewl_mvc_dirty_set(EWL_MVC(o), TRUE);
 
        o2 = ewl_border_new();
@@ -422,7 +422,7 @@
        ewl_mvc_view_set(EWL_MVC(o), ewl_label_view_get());
        ewl_mvc_data_set(EWL_MVC(o), list);
        ewl_table_add(EWL_TABLE(box), o, 1, 1, 1, 1);
-       ewl_mvc_selected_set(EWL_MVC(o), sel, 0);
+       ewl_mvc_selected_set(EWL_MVC(o), list, sel, 0);
        ewl_widget_show(o);
 }
 
@@ -665,7 +665,7 @@
                        break;
                sel++;
        }
-       ewl_mvc_selected_set(EWL_MVC(o), sel, 0);
+       ewl_mvc_selected_set(EWL_MVC(o), list, sel, 0);
 
        o = ewl_widget_name_find(EC_ICON_SIZE);
        list = ewl_mvc_data_get(EWL_MVC(o));
@@ -679,7 +679,7 @@
                        break;
                sel ++;
        }
-       ewl_mvc_selected_set(EWL_MVC(o), sel, 0);
+       ewl_mvc_selected_set(EWL_MVC(o), list, sel, 0);
 
        for (sel = 0; strings[sel].name != NULL; sel++)
        {



-------------------------------------------------------------------------
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