[Gpa-commits] r796 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun Jan 27 02:15:19 CET 2008
Author: marcus
Date: 2008-01-27 02:15:17 +0100 (Sun, 27 Jan 2008)
New Revision: 796
Modified:
trunk/src/ChangeLog
trunk/src/confdialog.c
Log:
2008-01-27 Marcus Brinkmann <marcus at g10code.de>
* confdialog.c (create_dialog_tabs_2): Set expansion policy to
TRUE/TRUE for the entry widget.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-01-24 21:27:33 UTC (rev 795)
+++ trunk/src/ChangeLog 2008-01-27 01:15:17 UTC (rev 796)
@@ -1,3 +1,14 @@
+2008-01-27 Marcus Brinkmann <marcus at g10code.de>
+
+ * confdialog.c (create_dialog_tabs_2): Set expansion policy to
+ TRUE/TRUE for the entry widget.
+
+2008-01-25 Marcus Brinkmann <marcus at g10code.de>
+
+ * fileman.c (file_list_new): Put a shadow around the scrolled
+ window.
+ (file_list_new): Use FILE_N_COLUMNS instead of hard-coded constant.
+
2008-01-24 Marcus Brinkmann <marcus at g10code.de>
* keyring.h: Add comment.
Modified: trunk/src/confdialog.c
===================================================================
--- trunk/src/confdialog.c 2008-01-24 21:27:33 UTC (rev 795)
+++ trunk/src/confdialog.c 2008-01-27 01:15:17 UTC (rev 796)
@@ -1063,7 +1063,7 @@
opt->combo = widget;
entry = gtk_entry_new ();
- gtk_box_pack_start (GTK_BOX (hbox), entry, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (hbox), entry, TRUE, TRUE, 0);
opt->widget = entry;
More information about the Gpa-commits
mailing list