[evolution/webkit: 123/146] Fix rebase compilation bugs
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit: 123/146] Fix rebase compilation bugs
- Date: Thu, 9 Feb 2012 14:28:47 +0000 (UTC)
commit 75f6623fff40423943cf3343c71fe431922ef9b4
Author: Dan VrÃtil <dvratil redhat com>
Date: Thu Jan 19 17:04:12 2012 +0100
Fix rebase compilation bugs
mail/Makefile.am | 2 ++
mail/e-mail-reader.c | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 5b46ae2..6c24712 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -64,6 +64,7 @@ mailinclude_HEADERS = \
e-mail-request.h \
e-mail-sidebar.h \
e-mail-tag-editor.h \
+ e-mail-ui-session.h \
e-mail-view.h \
em-account-editor.h \
em-composer-utils.h \
@@ -129,6 +130,7 @@ libevolution_mail_la_SOURCES = \
e-mail-request.c \
e-mail-sidebar.c \
e-mail-tag-editor.c \
+ e-mail-ui-session.c \
e-mail-view.c \
em-account-editor.c \
em-composer-utils.c \
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 18b0d68..71f8f87 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -2609,8 +2609,6 @@ mail_reader_message_seen_cb (EMailReaderClosure *closure)
if (e_tree_is_dragging (E_TREE (message_list)))
return FALSE;
- uid_is_current &= (g_strcmp0 (current_uid, message_uid) == 0);
-
current_uid = MESSAGE_LIST (message_list)->cursor_uid;
uid_is_current &= (g_strcmp0 (current_uid, message_uid) == 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]