glom r1889 - in trunk: . glom



Author: murrayc
Date: Tue Feb 10 16:51:32 2009
New Revision: 1889
URL: http://svn.gnome.org/viewvc/glom?rev=1889&view=rev

Log:
2009-02-10  Murray Cumming  <murrayc murrayc com>

* glom/base_db.cc: insert_example_data(): Fixed my typo to fix the 
build. Sorry.

Modified:
   trunk/ChangeLog
   trunk/glom/base_db.cc

Modified: trunk/glom/base_db.cc
==============================================================================
--- trunk/glom/base_db.cc	(original)
+++ trunk/glom/base_db.cc	Tue Feb 10 16:51:32 2009
@@ -1579,7 +1579,7 @@
           
           //Add a SQL parameter for the value:
           guint id = 0;
-          const Field::glom_type glom_type = vec_fields[i]->get_glom_type();
+          const Field::glom_field_type glom_type = vec_fields[i]->get_glom_type();
           Glib::RefPtr<Gnome::Gda::Holder> holder = 
             Gnome::Gda::Holder::create( Field::get_gda_type_for_glom_type(glom_type),
               generator.get_next_name(id));



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