glom r1513 - trunk/glom/mode_data
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1513 - trunk/glom/mode_data
- Date: Wed, 2 Apr 2008 08:56:43 +0100 (BST)
Author: murrayc
Date: Wed Apr 2 08:56:43 2008
New Revision: 1513
URL: http://svn.gnome.org/viewvc/glom?rev=1513&view=rev
Log:
Removed some debug output.
Modified:
trunk/glom/mode_data/notebook_data.cc
Modified: trunk/glom/mode_data/notebook_data.cc
==============================================================================
--- trunk/glom/mode_data/notebook_data.cc (original)
+++ trunk/glom/mode_data/notebook_data.cc Wed Apr 2 08:56:43 2008
@@ -303,14 +303,14 @@
//b) show changed field contents, changed elsewhere.
if(box == &m_Box_List)
{
- std::cout << "debug: switching to list" << std::endl;
+ //std::cout << "debug: switching to list" << std::endl;
Gnome::Gda::Value primary_key_selected = m_Box_List.get_primary_key_value_selected();
m_Box_List.refresh_data_from_database();
m_Box_List.set_primary_key_value_selected(primary_key_selected);
}
else if(box == &m_Box_Details)
{
- std::cout << "debug: switching to details" << std::endl;
+ //std::cout << "debug: switching to details" << std::endl;
Gnome::Gda::Value primary_key_selected = m_Box_List.get_primary_key_value_selected();
m_Box_Details.refresh_data_from_database_with_primary_key(primary_key_selected);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]