Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:


patches from the world - fixes and todo's

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -3 -r1.142 -r1.143
--- e_mod_main.c        6 Sep 2006 21:40:16 -0000       1.142
+++ e_mod_main.c        7 Sep 2006 10:33:57 -0000       1.143
@@ -1240,7 +1240,7 @@
             e_dialog_button_focus_num(dia, 1);
             e_win_centered_set(dia->win, 1);
             e_dialog_show(dia);
-            return;
+            goto clean;
          }
      }
    else if (!strcmp(type, "text/uri-list"))
@@ -1283,7 +1283,7 @@
               e_app_files_list_append(l, inst->ibar->apps);
          }
      }
-   
+   clean:
    evas_object_del(inst->ibar->o_drop);
    inst->ibar->o_drop = NULL;
    evas_object_del(inst->ibar->o_drop_over);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to