Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Don't check argv twice, one check should be for argc

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -3 -r1.194 -r1.195
--- e_apps.c    19 Sep 2006 04:07:25 -0000      1.194
+++ e_apps.c    19 Sep 2006 21:50:20 -0000      1.195
@@ -950,7 +950,7 @@
                 ((a->win_role) && (bd->client.icccm.window_role) && 
(e_util_glob_match(bd->client.icccm.window_role, a->win_role))))
               ok++;
             if (
-                (a->exe) && (bd->client.icccm.command.argv) && 
(bd->client.icccm.command.argv))
+                (a->exe) && (bd->client.icccm.command.argc) && 
(bd->client.icccm.command.argv))
               {
                  char *ts, *p;
                  



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