Author: dodji
Date: Thu Jan 17 22:08:22 2008
New Revision: 701
URL: http://svn.gnome.org/viewvc/nemiver?rev=701&view=rev

Log:
[local vars inspector2]: make sure signal handlers disconnect when destroyed.


Modified:
   trunk/ChangeLog
   trunk/src/persp/dbgperspective/nmv-local-vars-inspector2.cc

Modified: trunk/src/persp/dbgperspective/nmv-local-vars-inspector2.cc
==============================================================================
--- trunk/src/persp/dbgperspective/nmv-local-vars-inspector2.cc (original)
+++ trunk/src/persp/dbgperspective/nmv-local-vars-inspector2.cc Thu Jan 17 
22:08:22 2008
@@ -44,7 +44,7 @@
 
 NEMIVER_BEGIN_NAMESPACE (nemiver)
 
-struct LocalVarsInspector2::Priv {
+struct LocalVarsInspector2::Priv : public sigc::trackable {
 private:
     Priv ();
 public:
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to