[Xfce4-commits] <postler:master> Reset message parts when clearing content

Christian Dywan noreply at xfce.org
Tue Feb 15 00:34:02 CET 2011


Updating branch refs/heads/master
         to 90b6353f02dae024fc3cf7ef52c9ca364dce2488 (commit)
       from 40bec2e857e111c28a92baae61d5a25e52fe60b1 (commit)

commit 90b6353f02dae024fc3cf7ef52c9ca364dce2488
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Feb 15 00:00:43 2011 +0100

    Reset message parts when clearing content

 postler/postler-content.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index 980844d..0f3ff11 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -306,6 +306,8 @@ public class Postler.Content : WebKit.WebView {
         last_location = null;
         reply_to = null;
         reply_to_all = null;
+        message_parts = null;
+        notify_property ("message-parts");
         load_string ("", "text/plain", "UTF-8", "about:blank");
     }
 



More information about the Xfce4-commits mailing list