From b98ebc22215340bafb11fccc95763d46dbaeb3d6 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Mon, 31 Oct 2011 07:17:46 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ PATCHSETS | 1 + configure.ac | 2 +- src/prefs_template.c | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 883e0fe82..01feb1de0 100644 --- 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 index 16ba913db..c2bf4a239 100644 --- 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 index 5702883d2..46edffc35 100644 --- 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 index a4dc4fadb..2d9f98e75 100644 --- 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, -- 2.25.1