Ibar patch in better diff format.

Osei
Index: e_mod_main.c
===================================================================
RCS file: /var/cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.130
diff -u -3 -r1.130 e_mod_main.c
--- e_mod_main.c        2 Jul 2006 18:55:32 -0000       1.130
+++ e_mod_main.c        22 Jul 2006 10:08:37 -0000
@@ -1215,7 +1215,7 @@
             e_dialog_button_focus_num(dia, 1);
             e_win_centered_set(dia->win, 1);
             e_dialog_show(dia);
-            return;
+            goto cleanup;
          }
      }
    else if (!strcmp(type, "text/uri-list"))
@@ -1259,6 +1259,7 @@
          }
      }
    
+   cleanup:
    evas_object_del(inst->ibar->o_drop);
    inst->ibar->o_drop = NULL;
    evas_object_del(inst->ibar->o_drop_over);
-------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to