> Hey.. you weren't supposed to touch that! But I guess now I can make it
> public.
> Available here:
> http://war.interhact.net/~iamsthitha/junk/taskbar-0.0.2.tar.gz

Just going through the code...

in _taskbar_inst_cb_drop

   if (!strcmp(type, "enlightenment/border"))
     {
        bd = ev->data;
        if (!bd) return;
     }

should be changed to:

   if (!strcmp(type, "enlightenment/border"))
     {
        bd = ev->data;
     }
   if (!bd) return;

(sorry, don't have diff tools on this machine I am checking mail on :) )

Ramkumar.

-- 
April 1: This is the day upon which we are reminded of
what we are on the other three hundred and sixty-four.
          -- Mark Twain, "Pudd'nhead Wilson's Calendar"


_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to