[evolution] Add code to handle mail-mt's requirement.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution] Add code to handle mail-mt's requirement.
- Date: Mon, 20 Jul 2009 05:53:30 +0000 (UTC)
commit e77bac3e5cdde2395f1d7d9a39ccb9860361c99d
Author: Srinivasa Ragavan <sragavan novell com>
Date: Mon Jul 20 10:46:49 2009 +0530
Add code to handle mail-mt's requirement.
mail/mail-component.c | 9 +++++++++
mail/mail-component.h | 1 +
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/mail/mail-component.c b/mail/mail-component.c
index 70da7b7..1ad7d4d 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -1625,4 +1625,13 @@ mail_component_show_logger (gpointer top)
eni_show_logger(logger, top, MAILER_ERROR_TIME_OUT_KEY, MAILER_ERROR_LEVEL_KEY);
}
+void
+mail_component_show_status_bar (gboolean show)
+{
+ MailComponent *mc = mail_component_peek ();
+
+ /* Nothing to do */
+ return;
+}
+
BONOBO_TYPE_FUNC_FULL (MailComponent, GNOME_Evolution_MailComponent, PARENT_TYPE, mail_component)
diff --git a/mail/mail-component.h b/mail/mail-component.h
index 18ec0a7..fee8599 100644
--- a/mail/mail-component.h
+++ b/mail/mail-component.h
@@ -103,5 +103,6 @@ gint status_check (GNOME_Evolution_ShellState shell_state);
void mail_indicate_new_mail (gboolean have_new_mail);
void mail_component_show_logger (gpointer);
+void mail_component_show_status_bar (gboolean show);
#endif /* _MAIL_COMPONENT_H_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]