glom r1908 - trunk/glom/libglom/data_structure



Author: murrayc
Date: Wed Feb 18 15:48:31 2009
New Revision: 1908
URL: http://svn.gnome.org/viewvc/glom?rev=1908&view=rev

Log:
Added a TODO.

Modified:
   trunk/glom/libglom/data_structure/field.cc

Modified: trunk/glom/libglom/data_structure/field.cc
==============================================================================
--- trunk/glom/libglom/data_structure/field.cc	(original)
+++ trunk/glom/libglom/data_structure/field.cc	Wed Feb 18 15:48:31 2009
@@ -119,8 +119,7 @@
   // glom type.
   // TODO: Should we try to convert the default value to the new type here?
   if(fieldtype != old_type)
-    set_default_value(Gnome::Gda::Value());
-
+    set_default_value(Gnome::Gda::Value()); //TODO: Try to convert it, maybe by rendering and parsing it.
 }
 
 Glib::RefPtr<Gnome::Gda::Column> Field::get_field_info()



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