[geary/wip/765516-gtk-widget-conversation-viewer: 145/207] Fix compile error.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 145/207] Fix compile error.
- Date: Tue, 4 Oct 2016 00:08:36 +0000 (UTC)
commit 4b862dc470996ba076635b0081410136597ecc70
Author: Michael James Gratton <mike vee net>
Date: Mon Aug 15 09:49:51 2016 +1000
Fix compile error.
.../conversation-viewer/conversation-listbox.vala | 1 -
.../conversation-viewer/conversation-message.vala | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/client/conversation-viewer/conversation-listbox.vala
b/src/client/conversation-viewer/conversation-listbox.vala
index e5b829f..4a3a294 100644
--- a/src/client/conversation-viewer/conversation-listbox.vala
+++ b/src/client/conversation-viewer/conversation-listbox.vala
@@ -195,7 +195,6 @@ public class ConversationListBox : Gtk.ListBox {
this.conversation.email_flags_changed.connect(on_update_flags);
}
- ~ConversationListBox() {
public override void destroy() {
this.cancellable.cancel();
this.conversation.email_flags_changed.disconnect(on_update_flags);
diff --git a/src/client/conversation-viewer/conversation-message.vala
b/src/client/conversation-viewer/conversation-message.vala
index 47cb6ef..e8283c5 100644
--- a/src/client/conversation-viewer/conversation-message.vala
+++ b/src/client/conversation-viewer/conversation-message.vala
@@ -309,7 +309,6 @@ public class ConversationMessage : Gtk.Grid {
this.body.set_has_tooltip(true); // Used to show link URLs
this.body.pack_start(this.web_view, true, true, 0);
}
- }
/**
* Shows the complete message and hides the preview headers.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]