[glom/glom-1-28] Correct a comment.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-28] Correct a comment.
- Date: Tue, 10 Feb 2015 10:58:48 +0000 (UTC)
commit fdd9dd5755dd7d63041427fae71ee143faa779bc
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Jan 15 08:59:34 2015 +0100
Correct a comment.
glom/mode_data/notebook_data.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glom/mode_data/notebook_data.cc b/glom/mode_data/notebook_data.cc
index d2d0a22..e712b02 100644
--- a/glom/mode_data/notebook_data.cc
+++ b/glom/mode_data/notebook_data.cc
@@ -84,8 +84,8 @@ Notebook_Data::Notebook_Data()
Notebook_Data::~Notebook_Data()
{
- //This is a workaround to prevent our Glom::Frame_Glom::on_notebook_data_switch_page
- //mDestructorStarted = true;
+ //This is a workaround to prevent our Glom::Frame_Glom::on_notebook_data_switch_page()
+ //signal handler from being called, which leads to a crash.
remove_all_pages_without_signalling();
remove_view(&m_Box_List);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]