[anjal] BUGFIX: Moblin Bugzilla: #4437 - Crash while pressing backspace.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] BUGFIX: Moblin Bugzilla: #4437 - Crash while pressing backspace.
- Date: Wed, 15 Jul 2009 18:22:02 +0000 (UTC)
commit 03020a5b7a16fef5556673e3af9a5665bd2b7cd8
Author: Srinivasa Ragavan <sragavan novell com>
Date: Wed Jul 15 23:50:54 2009 +0530
BUGFIX: Moblin Bugzilla: #4437 - Crash while pressing backspace.
src/mail-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-view.c b/src/mail-view.c
index 880242f..ce6ee8a 100644
--- a/src/mail-view.c
+++ b/src/mail-view.c
@@ -569,7 +569,7 @@ mail_view_show_list (MailView *mv)
if (child->type == MAIL_VIEW_MESSAGE || child->type == MAIL_VIEW_COMPOSER)
mv_close_mcv (child, mv);
- else
+ else if (child->type == MAIL_VIEW_FOLDER)
mail_folder_view_show_list ((MailFolderView *)mv->priv->current_view);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]