Enlightenment CVS committal
Author : devilhorns
Project : e_modules
Module : mail
Dir : e_modules/mail
Modified Files:
e_mod_main.c
Log Message:
Changed label to now read #new/#total instead of New: #.
===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_main.c 8 Jun 2006 22:32:35 -0000 1.15
+++ e_mod_main.c 9 Jun 2006 08:38:11 -0000 1.16
@@ -937,7 +937,7 @@
{
edje_object_part_text_set(inst->mail->mail_obj, "name", cb->user);
- snprintf(buf, sizeof(buf), "New: %d", mb->num_new);
+ snprintf(buf, sizeof(buf), "%d/%d", mb->num_new, mb->num_total);
edje_object_part_text_set(inst->mail->mail_obj, "new_label", buf);
edje_object_signal_emit(inst->mail->mail_obj, "new_mail", "");
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs