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:


fix dnd to ibar.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- e_mod_main.c        12 Mar 2006 16:12:57 -0000      1.109
+++ e_mod_main.c        25 Mar 2006 05:28:57 -0000      1.110
@@ -1646,17 +1646,17 @@
      {
        /* Add new eapp before this icon */
        if (app)
-         e_app_prepend_relative(app, ic->app);
+         e_app_list_prepend_relative(app, ic->app);
        else if (l)
-         e_app_files_prepend_relative(l, ic->app);
+         e_app_files_list_prepend_relative(l, ic->app);
      }
    else
      {
        /* Add at the end */
        if (app)
-         e_app_append(app, ibb->ibar->apps);
+         e_app_list_append(app, ibb->ibar->apps);
        else if (l)
-         e_app_files_append(l, ibb->ibar->apps);
+         e_app_files_list_append(l, ibb->ibar->apps);
      }
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to