[libgda] Added forgotten G_TYPE_LONG in UI extension



commit fec9c25881651ca0a48d2149fd52eb774c321595
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed Jan 20 16:12:46 2010 +0100

    Added forgotten G_TYPE_LONG in UI extension

 libgda-ui/gdaui-init.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgda-ui/gdaui-init.c b/libgda-ui/gdaui-init.c
index e490765..8870df7 100644
--- a/libgda-ui/gdaui-init.c
+++ b/libgda-ui/gdaui-init.c
@@ -142,6 +142,7 @@ gdaui_new_data_entry (GType type, const gchar *plugin_name)
 			 (type == G_TYPE_UINT64) ||
 			 (type == G_TYPE_DOUBLE) ||
 			 (type == G_TYPE_INT) ||
+			 (type == G_TYPE_LONG) ||
 			 (type == GDA_TYPE_NUMERIC) ||
 			 (type == G_TYPE_FLOAT) ||
 			 (type == GDA_TYPE_SHORT) ||



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