Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_gadcon_config.c 


Log Message:
Fix minor bug on gadget remove. We need to call ilist_go after ilist_clear.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_int_gadcon_config.c       20 Jul 2006 11:19:08 -0000      1.24
+++ e_int_gadcon_config.c       21 Jul 2006 15:19:54 -0000      1.25
@@ -253,6 +253,7 @@
    evas = evas_object_evas_get(oi);
    
    e_widget_ilist_clear(oi);
+   e_widget_ilist_go(oi);
    
    for (l = e_gadcon_provider_list(); l; l = l->next)
      {
@@ -284,7 +285,9 @@
 
    oi = cfdata->o_instances;
    evas = evas_object_evas_get(oi);
+
    e_widget_ilist_clear(oi);
+   e_widget_ilist_go(oi);
    
    for (l = cfdata->cf_gc->clients; l; l = l->next)
      {



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