[pan2] forgot this



commit 66b3e51b110dcadf83251a51238fdd9849e53ddd
Author: Heinrich MÃlller <henmull src gnome org>
Date:   Tue May 1 15:46:07 2012 +0200

    forgot this

 pan/gui/body-pane.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pan/gui/body-pane.cc b/pan/gui/body-pane.cc
index d8ba746..b2ce2df 100644
--- a/pan/gui/body-pane.cc
+++ b/pan/gui/body-pane.cc
@@ -1012,7 +1012,7 @@ BodyPane :: append_part (GMimeObject * parent, GMimeObject * obj, GtkAllocation
 
     add_attachment_to_toolbar (pch);
 
-    _freeme.insert(pch);
+    _attach_names.insert(pch);
   }
 }
 
@@ -1789,7 +1789,7 @@ BodyPane :: ~BodyPane ()
   for (int i=0; i<NUM_ICONS; ++i)
     g_object_unref (icons[i].pixbuf);
 
-  foreach (std::set<char*>, _freeme, it)
+  foreach (std::set<char*>, _attach_names, it)
     g_free(*it);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]