Morten Nilsen wrote:
See the attached diff.

Here's one change I forgot to include..

--
Morten
:wq
Index: e_mod_main.c
===================================================================
RCS file: /var/cvs/e/e_modules/taskbar/e_mod_main.c,v
retrieving revision 1.4
diff -u -r1.4 e_mod_main.c
--- e_mod_main.c        22 Jun 2006 22:21:17 -0000      1.4
+++ e_mod_main.c        24 Jun 2006 12:19:41 -0000
@@ -1261,8 +1261,8 @@
 {
    e_gadcon_provider_unregister(&_gadcon_class);
 
-   if (taskbar_config->config_dialog)
-     e_object_del(E_OBJECT(taskbar_config->config_dialog));
+   while (taskbar_config->config_dialog)
+     e_object_del(E_OBJECT(taskbar_config->config_dialog->data));
 
    while (taskbar_config->handlers)
      {
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to