Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_utils.c 


Log Message:
This is valid. StartupWMClass can match either name or class, check
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_utils.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- efreet_utils.c      5 Apr 2007 20:22:58 -0000       1.24
+++ efreet_utils.c      5 Apr 2007 20:24:53 -0000       1.25
@@ -616,10 +616,8 @@
     if (!ud->desktop->startup_wm_class) return 1;
     if ((search->what2) && (!strcmp(ud->desktop->startup_wm_class, 
search->what2)))
         return 0;
-/* this isn't really valid - we look at class only, not name
     else if ((search->what1) && (!strcmp(desktop->startup_wm_class, 
search->what1)))
         return 0;
- */
     return 1;
 }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to