Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/exhibit/src/bin


Modified Files:
        exhibit_main.c 


Log Message:
be able to read the filename passed after -f -- this is ugly, but does the job 
for now

===================================================================
RCS file: /cvs/e/e17/proto/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- exhibit_main.c      30 Dec 2006 12:28:03 -0000      1.89
+++ exhibit_main.c      30 Dec 2006 12:57:41 -0000      1.90
@@ -1065,7 +1065,7 @@
    
    epsilon_init();
    if(argc > 1)
-     _ex_main_window_show(argv[1], fullscreen);
+     _ex_main_window_show(argv[(fullscreen &&(argc > 2)) ? 2 : 1], fullscreen);
    else
      _ex_main_window_show(NULL, fullscreen);   
      



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