Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
ignore internal dialogs by default
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- e_mod_main.c        12 Dec 2005 23:34:05 -0000      1.93
+++ e_mod_main.c        12 Dec 2005 23:36:17 -0000      1.94
@@ -2683,7 +2683,7 @@
 _engage_border_ignore(E_Border *bd)
 {
    /* FIXME - this needs to be saved in config */
-   static char *ignores[] = { "Gkrellm2", "trayer", NULL};
+   static char *ignores[] = { "Gkrellm2", "trayer", "_dialog", NULL};
    char       **cur;
    Ecore_X_Window_State *state, *tmp;
    unsigned int num, counter;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to