glom r1428 - in trunk: . glom/mode_data



Author: jhs
Date: Wed Feb 20 14:11:30 2008
New Revision: 1428
URL: http://svn.gnome.org/viewvc/glom?rev=1428&view=rev

Log:
2008-02-20  Johannes Schmid <johannes schmid openismus com>

	* glom/mode_data/box_data_details.cc:
	Cell set modified, when the document was modified...

Modified:
   trunk/ChangeLog
   trunk/glom/mode_data/box_data_details.cc

Modified: trunk/glom/mode_data/box_data_details.cc
==============================================================================
--- trunk/glom/mode_data/box_data_details.cc	(original)
+++ trunk/glom/mode_data/box_data_details.cc	Wed Feb 20 14:11:30 2008
@@ -571,6 +571,12 @@
 #endif
   create_layout();
 
+  //Store it in the document:
+  Document_Glom* document = get_document();
+  if(document)
+    document->set_modified (true);
+    
+    
   //And fill it with data:
   fill_from_database();
 }



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