summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-column-types.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-17 18:47:57 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-17 18:47:57 +0000
commited3bb9377451f2d77c447d8bbbb202e78b26840e (patch)
treebc0ff52b496c72b8649bbdf0d8964d6b789de42e /plugins/gtk+/glade-column-types.c
parent47479fa15e7bd3152b6a8f06fba57e2bed23c56c (diff)
downloadglade-ed3bb9377451f2d77c447d8bbbb202e78b26840e.tar.gz
Fixed property commands to not unify across separate groups, and also to
* gladeui/glade-command.c: Fixed property commands to not unify across separate groups, and also to unify when they are not lists. * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-model-data.c: - Data properties now have DnD working - Adding TreeViewColumn support - Fixing liststore support to work for treestore svn path=/trunk/; revision=1977
Diffstat (limited to 'plugins/gtk+/glade-column-types.c')
-rw-r--r--plugins/gtk+/glade-column-types.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/gtk+/glade-column-types.c b/plugins/gtk+/glade-column-types.c
index ff131d95..047e16c1 100644
--- a/plugins/gtk+/glade-column-types.c
+++ b/plugins/gtk+/glade-column-types.c
@@ -580,9 +580,7 @@ column_name_edited (GtkCellRendererText *cell,
if (data_tree)
{
data_tree = glade_model_data_tree_copy (data_tree);
-
glade_model_data_column_rename (data_tree, old_column_name, column_name);
-
glade_command_set_property (property, data_tree);
glade_model_data_tree_free (data_tree);
}