SF.net SVN: geany-plugins:[1379] trunk/geanygendoc/src/ggd-plugin.c
colombanw at users.sourceforge.net
colombanw at xxxxx
Sat May 22 12:48:45 UTC 2010
Revision: 1379
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1379&view=rev
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.
More information about the Plugins-Commits
mailing list