[glade3/glade-3-8] Cleanup action editor.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3/glade-3-8] Cleanup action editor.
- Date: Thu, 30 Dec 2010 14:37:30 +0000 (UTC)
commit a8efde750cac48713f1fd26c9be72b7f8cb44dc7
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Dec 30 23:43:04 2010 +0900
Cleanup action editor.
plugins/gtk+/glade-gtk.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/plugins/gtk+/glade-gtk.c b/plugins/gtk+/glade-gtk.c
index f1df3b7..f091541 100644
--- a/plugins/gtk+/glade-gtk.c
+++ b/plugins/gtk+/glade-gtk.c
@@ -12039,12 +12039,6 @@ glade_gtk_action_child_selected (GladeBaseEditor *editor,
glade_base_editor_add_label (editor, _("Properties"));
glade_base_editor_add_editable (editor, gchild, GLADE_PAGE_GENERAL);
-
- if (GTK_IS_CELL_RENDERER (child))
- {
- glade_base_editor_add_label (editor, _("Common Properties and Attributes"));
- glade_base_editor_add_editable (editor, gchild, GLADE_PAGE_COMMON);
- }
}
static void
@@ -12072,7 +12066,7 @@ glade_gtk_action_launch_editor (GObject *action)
gtk_widget_show (GTK_WIDGET (editor));
- window = glade_base_editor_pack_new_window (editor, _("Tree View Editor"), NULL);
+ window = glade_base_editor_pack_new_window (editor, _("Action Group Editor"), NULL);
gtk_widget_show (window);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]