Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/data/themes/default/programs


Modified Files:
        mailbox.edc 


Log Message:
tidied signal code up a little
===================================================================
RCS file: 
/cvsroot/enlightenment/misc/embrace/data/themes/default/programs/mailbox.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- mailbox.edc 1 Mar 2004 20:02:57 -0000       1.1
+++ mailbox.edc 7 Mar 2004 20:03:40 -0000       1.2
@@ -1,9 +1,9 @@
-/* $Id: mailbox.edc,v 1.1 2004/03/01 20:02:57 tsauerbeck Exp $ */
+/* $Id: mailbox.edc,v 1.2 2004/03/07 20:03:40 tsauerbeck Exp $ */
 
 program {
        name, "mailbox_set_dirty";
        signal, "MAILBOX_SET_DIRTY";
-       source, "*";
+       source, "Embrace";
        action, STATE_SET "dirty" 0.0;
        target, "icon";
 }
@@ -11,7 +11,7 @@
 program {
        name, "mailbox_set_default";
        signal, "MAILBOX_SET_DEFAULT";
-       source, "*";
+       source, "Embrace";
        action, STATE_SET "default" 0.0;
        target, "icon";
 }




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to