summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/tmpl/glade-widget-adaptor.sgml1
-rw-r--r--doc/tmpl/gladeui-unused.sgml26
-rw-r--r--src/glade-window.c1
4 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c005f550..4fdb5e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-01 Tristan Van Berkom <tvb@gnome.org>
+
+ * src/glade-window.c: Made glade window not maximized by default (Bug 462111, by
+ request of Frédéric Bellaiche), seems most apps arent maximized by default on
+ startup anyway.
+
2006-07-31 Tristan Van Berkom <tvb@gnome.org>
* plugins/gtk+/glade-gtk.c: Fixed compilation with gcc 2.95 (Bug 461923, fix by Jens Granseuer)
diff --git a/doc/tmpl/glade-widget-adaptor.sgml b/doc/tmpl/glade-widget-adaptor.sgml
index c0889475..da38a954 100644
--- a/doc/tmpl/glade-widget-adaptor.sgml
+++ b/doc/tmpl/glade-widget-adaptor.sgml
@@ -285,6 +285,7 @@ GladeWidgetAdaptor
@adaptor:
@query:
+@...:
@...:
diff --git a/doc/tmpl/gladeui-unused.sgml b/doc/tmpl/gladeui-unused.sgml
index 3ea23c65..17d6b04d 100644
--- a/doc/tmpl/gladeui-unused.sgml
+++ b/doc/tmpl/gladeui-unused.sgml
@@ -1,3 +1,29 @@
+<!-- ##### SECTION ./tmpl/glade-project-view.sgml:Long_Description ##### -->
+<para>
+The #GladeProjectView is a heirarchical treeview that allows the
+user to control selection and cut/copy/paste/delete #GladeWidget
+objects in the #GladeProject.
+</para>
+
+
+<!-- ##### SECTION ./tmpl/glade-project-view.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/glade-project-view.sgml:Short_Description ##### -->
+A widget to view the project hierarchy
+
+
+<!-- ##### SECTION ./tmpl/glade-project-view.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/glade-project-view.sgml:Title ##### -->
+GladeProjectView
+
+
<!-- ##### SECTION ./tmpl/glade-widget-class.sgml:Long_Description ##### -->
<para>
#GladeWidgetClass is a structure based on a #GType and parameters
diff --git a/src/glade-window.c b/src/glade-window.c
index 6333635e..63e3c095 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -2836,7 +2836,6 @@ glade_window_init (GladeWindow *window)
priv->app = glade_app_new ();
- gtk_window_maximize (GTK_WINDOW (window));
gtk_window_set_default_size (GTK_WINDOW (window), 720, 540);
vbox = gtk_vbox_new (FALSE, 0);