[Xfce4-commits] <postler:master> Postler.Messages.clear () shouldn't clear content

Christian Dywan noreply at xfce.org
Tue Nov 9 00:22:01 CET 2010


Updating branch refs/heads/master
         to 4a33b5572d0d9f1ca5e6084ac1fc609e36d94d62 (commit)
       from 5fe8cbc2d9bd6194889fa1c12b1f3321e564fc4a (commit)

commit 4a33b5572d0d9f1ca5e6084ac1fc609e36d94d62
Author: Allen Lowe <lallenlowe at gmail.com>
Date:   Mon Nov 8 13:12:57 2010 -0700

    Postler.Messages.clear () shouldn't clear content
    
    Fixes: https://bugs.launchpad.net/postler/+bug/671976

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

diff --git a/postler/postler-messages.vala b/postler/postler-messages.vala
index 5d6e6ef..c79d9d8 100644
--- a/postler/postler-messages.vala
+++ b/postler/postler-messages.vala
@@ -396,7 +396,6 @@ public class Postler.Messages : Gtk.TreeView {
 
     public void clear () {
         store.clear ();
-        content.clear ();
     }
 
     internal static string format_timestamp (time_t timestamp, GLib.Date now) {



More information about the Xfce4-commits mailing list