[libgda] Removed duplicate UI entry ("textual" and "string")
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Removed duplicate UI entry ("textual" and "string")
- Date: Sun, 23 Aug 2015 12:43:48 +0000 (UTC)
commit 783e1e469904ce509258f78b03441fb77ff46b5c
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Aug 23 14:32:33 2015 +0200
Removed duplicate UI entry ("textual" and "string")
libgda-ui/gdaui-init.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/libgda-ui/gdaui-init.c b/libgda-ui/gdaui-init.c
index 4cad7a0..0fcfef3 100644
--- a/libgda-ui/gdaui-init.c
+++ b/libgda-ui/gdaui-init.c
@@ -460,18 +460,6 @@ init_plugins_hash (void)
"http://bugzilla.gnome.org/ for the \"libgda\" product", plugin->plugin_name);
plugin = g_new0 (GdauiPlugin, 1);
- plugin->plugin_name = "textual";
- plugin->plugin_descr = "Textual entry";
- plugin->plugin_file = NULL;
- plugin->nb_g_types = 1;
- plugin->valid_g_types = g_new (GType, plugin->nb_g_types);
- plugin->valid_g_types [0] = G_TYPE_STRING;
- plugin->options_xml_spec = NULL;
- plugin->entry_create_func = entry_string_create_func;
- plugin->cell_create_func = cell_textual_create_func;
- g_hash_table_insert (hash, plugin->plugin_name, plugin);
-
- plugin = g_new0 (GdauiPlugin, 1);
plugin->plugin_name = "time";
plugin->plugin_descr = "Time (HH:MM:SS) entry";
plugin->plugin_file = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]