Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/src


Modified Files:
        euphoria.c 


Log Message:
Set the args for ecore, so that the command line can be remembered by the
window manager.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/euphoria.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- euphoria.c  25 Mar 2004 20:39:29 -0000      1.12
+++ euphoria.c  7 May 2004 14:07:40 -0000       1.13
@@ -1,5 +1,5 @@
 /*
- * $Id: euphoria.c,v 1.12 2004/03/25 20:39:29 tsauerbeck Exp $
+ * $Id: euphoria.c,v 1.13 2004/05/07 14:07:40 rbdpngn Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -144,6 +144,8 @@
                                {"theme", required_argument, 0, 't'},
                                {NULL, 0, NULL, 0}};
 
+       ecore_app_args_set(argc, argv);
+
        while ((o = getopt_long(argc, (char **) argv, "hvo:e:t:", opts,
                                NULL)) != -1) {
                switch (o) {




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to