SF.net SVN: geany:[4950] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun May 23 10:49:11 UTC 2010
Revision: 4950
http://geany.svn.sourceforge.net/geany/?rev=4950&view=rev
Author: eht16
Date: 2010-05-23 10:49:10 +0000 (Sun, 23 May 2010)
Log Message:
-----------
Expand child widgets in the Plugin Preferences dialog (patch by Colomban Wendling, thanks).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/pluginutils.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-05-23 08:27:20 UTC (rev 4949)
+++ trunk/ChangeLog 2010-05-23 10:49:10 UTC (rev 4950)
@@ -9,6 +9,9 @@
* src/msgwindow.c:
Fix duplicate accelerators for Clear and Copy in the
Messages Window popup menu.
+ * src/pluginutils.c:
+ Expand child widgets in the Plugin Preferences dialog
+ (patch by Colomban Wendling, thanks).
2010-05-22 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/src/pluginutils.c
===================================================================
--- trunk/src/pluginutils.c 2010-05-23 08:27:20 UTC (rev 4949)
+++ trunk/src/pluginutils.c 2010-05-23 10:49:10 UTC (rev 4950)
@@ -177,7 +177,7 @@
gtk_alignment_set_padding(GTK_ALIGNMENT(align), 6, 6, 6, 6);
gtk_container_add(GTK_CONTAINER(align), page);
page = gtk_vbox_new(FALSE, 0);
- gtk_box_pack_start(GTK_BOX(page), align, FALSE, FALSE, 0);
+ gtk_box_pack_start(GTK_BOX(page), align, TRUE, TRUE, 0);
}
}
else if (p->configure_single)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list