Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : embrace
Dir : misc/embrace/src
Modified Files:
mailbox.c
Log Message:
tidied signal code up a little
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/mailbox.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- mailbox.c 1 Mar 2004 20:10:28 -0000 1.2
+++ mailbox.c 7 Mar 2004 20:03:40 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: mailbox.c,v 1.2 2004/03/01 20:10:28 tsauerbeck Exp $
+ * $Id: mailbox.c,v 1.3 2004/03/07 20:03:40 tsauerbeck Exp $
*
* Copyright (C) 2004 Embrace project.
*
@@ -189,7 +189,7 @@
edje_object_part_text_set (mb->edje, "MailBoxCountUnseen", buf);
sig = unseen ? "MAILBOX_SET_DIRTY" : "MAILBOX_SET_DEFAULT";
- edje_object_signal_emit (mb->edje, sig, "");
+ edje_object_signal_emit (mb->edje, sig, "Embrace");
}
int mailbox_total_get (MailBox *mb)
@@ -295,5 +295,6 @@
{
assert (mb);
- edje_object_signal_emit (mb->edje, "MAILBOX_SET_CHECKING", "");
+ edje_object_signal_emit (mb->edje, "MAILBOX_SET_CHECKING",
+ "Embrace");
}
-------------------------------------------------------
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