[glade3] Fixed glade_widget_hide() to not actually hide the widget, we just remove/put them back in the works
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] Fixed glade_widget_hide() to not actually hide the widget, we just remove/put them back in the works
- Date: Sat, 1 Jan 2011 09:16:32 +0000 (UTC)
commit 093d6de310ca9a4c6a242a14d143608a137676be
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Sat Jan 1 16:58:24 2011 +0900
Fixed glade_widget_hide() to not actually hide the widget, we just remove/put them back in the workspace.
gladeui/glade-widget.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gladeui/glade-widget.c b/gladeui/glade-widget.c
index 92df27c..e8f0e27 100644
--- a/gladeui/glade-widget.c
+++ b/gladeui/glade-widget.c
@@ -1984,8 +1984,6 @@ glade_widget_hide (GladeWidget * widget)
if (child == GTK_WIDGET (widget->object))
gtk_container_remove (GTK_CONTAINER (layout), child);
}
-
- gtk_widget_hide (GTK_WIDGET (widget->object));
}
widget->visible = FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]