Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        mailbox.c 


Log Message:
s/new/unread/
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/mailbox.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- mailbox.c   27 Apr 2004 16:36:40 -0000      1.7
+++ mailbox.c   10 Sep 2004 19:40:18 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * $Id: mailbox.c,v 1.7 2004/04/27 16:36:40 tsauerbeck Exp $
+ * $Id: mailbox.c,v 1.8 2004/09/10 19:40:18 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -183,7 +183,7 @@
 
        mb->unseen = unseen;
 
-       snprintf (buf, sizeof (buf), "%i new", mb->unseen);
+       snprintf (buf, sizeof (buf), "%i unread", mb->unseen);
        edje_object_part_text_set (mb->edje, "MailBoxCountUnseen", buf);
 
        sig = unseen ? "MAILBOX_SET_DIRTY" : "MAILBOX_SET_DEFAULT";




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to