[glade] Remove GtkTable from "Add Parent" actions (now we have GtkGrid there)
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Remove GtkTable from "Add Parent" actions (now we have GtkGrid there)
- Date: Tue, 7 May 2013 05:34:43 +0000 (UTC)
commit b5576586263529f01ad17157891ae7fed94552ce
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Tue May 7 14:22:39 2013 +0900
Remove GtkTable from "Add Parent" actions (now we have GtkGrid there)
plugins/gtk+/glade-gtk-widget.c | 2 --
plugins/gtk+/gtk+.xml.in | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/gtk+/glade-gtk-widget.c b/plugins/gtk+/glade-gtk-widget.c
index c5b6f0b..86e3c42 100644
--- a/plugins/gtk+/glade-gtk-widget.c
+++ b/plugins/gtk+/glade-gtk-widget.c
@@ -850,8 +850,6 @@ glade_gtk_widget_action_activate (GladeWidgetAdaptor * adaptor,
new_type = GTK_TYPE_SCROLLED_WINDOW;
else if (strcmp (action, "expander") == 0)
new_type = GTK_TYPE_EXPANDER;
- else if (strcmp (action, "table") == 0)
- new_type = GTK_TYPE_TABLE;
else if (strcmp (action, "grid") == 0)
new_type = GTK_TYPE_GRID;
else if (strcmp (action, "box") == 0)
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 859c581..61e4f9a 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -45,7 +45,6 @@
<action id="aspect_frame" _name="Aspect Frame"/>
<action id="scrolled_window" _name="Scrolled Window"/>
<action id="expander" _name="Expander"/>
- <action id="table" _name="Table"/>
<action id="grid" _name="Grid"/>
<action id="box" _name="Box"/>
<action id="paned" _name="Paned"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]