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:


dnd to ibar from apps config and fwin/fm2 works

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -3 -r1.151 -r1.152
--- e_mod_main.c        30 Sep 2006 12:02:11 -0000      1.151
+++ e_mod_main.c        2 Oct 2006 14:34:19 -0000       1.152
@@ -1183,7 +1183,7 @@
    E_Event_Dnd_Drop *ev;
    Instance *inst;
    E_App *app = NULL;
-   Evas_List *l = NULL;
+   Evas_List *l, *fl = NULL;
    IBar_Icon *ic;
    
    ev = event_info;
@@ -1229,7 +1229,7 @@
      }
    else if (!strcmp(type, "text/uri-list"))
      {
-       l = ev->data;
+       fl = ev->data;
      }
    
    ic = inst->ibar->ic_drop_before;
@@ -1253,8 +1253,8 @@
        if (!ic) goto atend;
        if (app)
          e_app_list_prepend_relative(app, ic->app);
-       else if (l)
-         e_app_files_list_prepend_relative(l, ic->app);
+       else if (fl)
+         e_app_files_list_prepend_relative(fl, ic->app);
      }
    else
      {
@@ -1263,8 +1263,8 @@
          {
             if (app)
               e_app_list_append(app, inst->ibar->apps);
-            else if (l)
-              e_app_files_list_append(l, inst->ibar->apps);
+            else if (fl)
+              e_app_files_list_append(fl, inst->ibar->apps);
          }
      }
    clean:



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