Enlightenment CVS committal

Author  : morlenxus
Project : e_modules
Module  : net

Dir     : e_modules/net/src


Modified Files:
        e_mod_net.c 


Log Message:
http://bugs.enlightenment.org/show_bug.cgi?id=185 fixed

===================================================================
RCS file: /cvs/e/e_modules/net/src/e_mod_net.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_net.c 20 Aug 2007 19:03:03 -0000      1.15
+++ e_mod_net.c 31 Aug 2007 15:01:41 -0000      1.16
@@ -230,7 +230,7 @@
    Instance *inst;
    
    if (!(inst = data)) return;
-   if (inst->popup->pinned) return;
+   if ((!inst->popup) || (inst->popup->pinned)) return;
    e_object_del(E_OBJECT(inst->popup));
    inst->popup = NULL;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to