Revision: 1379 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1379&view=re... Author: colombanw Date: 2010-05-22 12:48:44 +0000 (Sat, 22 May 2010)
Log Message: ----------- GeanyGenDoc: Fix some packing in preferences dialog
Fix packing of the General frame not to expand unnecessarily, which would break other expansions.
Modified Paths: -------------- trunk/geanygendoc/src/ggd-plugin.c
Modified: trunk/geanygendoc/src/ggd-plugin.c =================================================================== --- trunk/geanygendoc/src/ggd-plugin.c 2010-05-22 12:48:12 UTC (rev 1378) +++ trunk/geanygendoc/src/ggd-plugin.c 2010-05-22 12:48:44 UTC (rev 1379) @@ -560,7 +560,7 @@
/* General */ frame = ggd_frame_new (_("General")); - gtk_box_pack_start (GTK_BOX (box), frame, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (box), frame, FALSE, FALSE, 0); box2 = gtk_vbox_new (FALSE, 0); gtk_container_add (GTK_CONTAINER (frame), box2); /* auto-save */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org