talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b98ebc22215340bafb11fccc95763d46dbaeb3d6
parent cae61f0fc3e198622d6586fcb1803382bb96449b
Author: Paul Mangan <paul@claws-mail.org>
Date:   Mon, 31 Oct 2011 07:17:46 +0000

2011-10-31 [paul]	3.7.10cvs63

	* src/prefs_template.c
		revert part of 3.7.10cvs60 - it was a subjective change, all widgets
		fit at 540 here, for those where they don't the dialogue can be made
		larger by the user

Diffstat:
MChangeLog | 7+++++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/prefs_template.c | 2+-
4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,10 @@ +2011-10-31 [paul] 3.7.10cvs63 + + * src/prefs_template.c + revert part of 3.7.10cvs60 - it was a subjective change, all widgets + fit at 540 here, for those where they don't the dialogue can be made + larger by the user + 2011-10-31 [paul] 3.7.10cvs62 * src/compose.c diff --git a/PATCHSETS b/PATCHSETS @@ -4266,3 +4266,4 @@ ( cvs diff -u -r 1.12.2.77 -r 1.12.2.78 src/prefs_template.c; ) > 3.7.10cvs60.patchset ( cvs diff -u -r 1.382.2.589 -r 1.382.2.590 src/compose.c; ) > 3.7.10cvs61.patchset ( cvs diff -u -r 1.382.2.590 -r 1.382.2.591 src/compose.c; ) > 3.7.10cvs62.patchset +( cvs diff -u -r 1.12.2.78 -r 1.12.2.79 src/prefs_template.c; ) > 3.7.10cvs63.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=62 +EXTRA_VERSION=63 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/prefs_template.c b/src/prefs_template.c @@ -423,7 +423,7 @@ static void prefs_template_window_create(void) if (!geometry.min_height) { geometry.min_width = 500; - geometry.min_height = 560; + geometry.min_height = 540; } gtk_window_set_geometry_hints(GTK_WINDOW(window), NULL, &geometry,