Author: dodji
Date: Thu Jan 17 22:08:36 2008
New Revision: 703
URL: http://svn.gnome.org/viewvc/nemiver?rev=703&view=rev
Log:
[global vars inspector dialog] fix a crash when running the dialog twice
Modified:
trunk/ChangeLog
trunk/src/persp/dbgperspective/nmv-global-vars-inspector-dialog.cc
Modified: trunk/src/persp/dbgperspective/nmv-global-vars-inspector-dialog.cc
==============================================================================
--- trunk/src/persp/dbgperspective/nmv-global-vars-inspector-dialog.cc
(original)
+++ trunk/src/persp/dbgperspective/nmv-global-vars-inspector-dialog.cc Thu Jan
17 22:08:36 2008
@@ -42,7 +42,7 @@
NEMIVER_BEGIN_NAMESPACE (nemiver)
-struct GlobalVarsInspectorDialog::Priv {
+struct GlobalVarsInspectorDialog::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.