[geary/wip/765516-gtk-widget-conversation-viewer: 124/142] Fix compile error.



commit f5283be118298783cba1daf89055381b238b8801
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]