Enlightenment CVS committal
Author : lok
Project : e_modules
Module : notification
Dir : e_modules/notification/src
Modified Files:
e_mod_box.c
Log Message:
If the window name don't match try with the class name.
===================================================================
RCS file: /cvs/e/e_modules/notification/src/e_mod_box.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_box.c 19 Mar 2008 16:32:21 -0000 1.3
+++ e_mod_box.c 11 Jun 2008 23:04:23 -0000 1.4
@@ -628,7 +628,7 @@
if (!strncasecmp(bd->client.icccm.name, app_name, compare_len))
return bd;
}
- else if (bd->client.icccm.class)
+ if (bd->client.icccm.class)
{
compare_len = MIN_LEN(bd->client.icccm.class, app_name);
if (!strncasecmp(bd->client.icccm.class, app_name, compare_len))
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs