Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        systray.c 


Log Message:
Close systray if _NET_SYSTEM_TRAY_Sx selection is lost.

===================================================================
RCS file: /cvs/e/e16/e/src/systray.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- systray.c   11 Jul 2007 08:54:19 -0000      1.7
+++ systray.c   2 Sep 2007 17:47:40 -0000       1.8
@@ -24,6 +24,7 @@
 #include "container.h"
 #include "e16-ecore_hints.h"
 #include "events.h"
+#include "ewins.h"
 #include "hints.h"
 #include "xwin.h"
 
@@ -331,6 +332,7 @@
        DialogOK(_("Systray Error!"), _("Systray went elsewhere?!?"));
        SelectionRelease(systray_sel);
        systray_sel = None;
+       EwinHide(((Container *) prm)->ewin);
        break;
 
      case ClientMessage:



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