[anjal] Fix warnings
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] Fix warnings
- Date: Mon, 20 Jul 2009 07:32:29 +0000 (UTC)
commit 6027d8282c9bd41c4851f49fc0bd483efcf41eb1
Author: Srinivasa Ragavan <sragavan novell com>
Date: Mon Jul 20 13:01:16 2009 +0530
Fix warnings
src/mail-shell.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-shell.c b/src/mail-shell.c
index 0348fc7..e9fb12f 100644
--- a/src/mail-shell.c
+++ b/src/mail-shell.c
@@ -543,7 +543,8 @@ mail_shell_handle_cmdline (MailShell *shell)
/* Handle mailto:// */
if (em_utils_check_user_can_send_mail(NULL)) {
GtkWidget *composer = (GtkWidget *) em_utils_compose_new_message_with_mailto ((const char *)shell->priv->args[i], NULL);
- //MailViewChild *child = mail_view_add_page ((MailView *)shell->mail_component->mail_view, MAIL_VIEW_COMPOSER, (gpointer)composer);
+ //MailViewChild *child =
+ mail_view_add_page ((MailView *)shell->mail_component->mail_view, MAIL_VIEW_COMPOSER, (gpointer)composer);
//child->flags |= MAIL_VIEW_HOLD_FOCUS;
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]