Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        mailbox.c 


Log Message:
this isn't used yet :)
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/mailbox.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- mailbox.c   1 Mar 2004 20:02:58 -0000       1.1
+++ mailbox.c   1 Mar 2004 20:10:28 -0000       1.2
@@ -1,5 +1,5 @@
 /*
- * $Id: mailbox.c,v 1.1 2004/03/01 20:02:58 tsauerbeck Exp $
+ * $Id: mailbox.c,v 1.2 2004/03/01 20:10:28 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -47,10 +47,10 @@
 #include "mailbox.h"
 #include "embrace_plugin.h"
 
+#if 0
 static void on_edje_signal_exec (void *udata, Evas_Object *o,
                                  const char *emission, const char *src)
 {
-#if 0
        MailBox *mb = udata;
        const char *cmd, *path;
        char tmp[PATH_MAX + 1];
@@ -64,8 +64,8 @@
        snprintf (tmp, sizeof (tmp), cmd, path);
 
        ecore_exe_run (tmp, NULL);
-#endif
 }
+#endif
 
 MailBox *mailbox_new (Evas *evas, const char *theme)
 {




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to