[anjal] Fix compiler warning
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] Fix compiler warning
- Date: Mon, 20 Jul 2009 07:32:04 +0000 (UTC)
commit 30c7a247dca974f373617a7d0befff877e96ad72
Author: Srinivasa Ragavan <sragavan novell com>
Date: Mon Jul 20 12:42:43 2009 +0530
Fix compiler warning
src/mail-shell.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-shell.c b/src/mail-shell.c
index e99fdbe..0348fc7 100644
--- a/src/mail-shell.c
+++ b/src/mail-shell.c
@@ -543,7 +543,7 @@ 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]