talons

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

commit 58163aafa67f68ee2df6e1e96e0d32b0effb5aaa
parent 4f9e5083f173f242579fc14a98ee6ed45401d189
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Wed, 25 Jul 2012 18:38:31 +0000

2012-07-25 [ticho]	3.8.1cvs16

	* src/gtk/quicksearch.c
		Allow quicksearch syntax description window to be correctly
		set transient for main window.

Diffstat:
MChangeLog | 6++++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/gtk/quicksearch.c | 1+
4 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-25 [ticho] 3.8.1cvs16 + + * src/gtk/quicksearch.c + Allow quicksearch syntax description window to be correctly + set transient for main window. + 2012-07-15 [wwp] 3.8.1cvs15 * src/procmime.c diff --git a/PATCHSETS b/PATCHSETS @@ -4390,3 +4390,4 @@ ( cvs diff -u -r 1.94.2.234 -r 1.94.2.235 src/messageview.c; cvs diff -u -r 1.9.2.57 -r 1.9.2.58 src/common/defs.h; cvs diff -u -r 1.3.2.18 -r 1.3.2.19 src/common/quoted-printable.c; cvs diff -u -r 1.3.2.10 -r 1.3.2.11 src/common/quoted-printable.h; ) > 3.8.1cvs13.patchset ( cvs diff -u -r 1.49.2.146 -r 1.49.2.147 src/procmime.c; ) > 3.8.1cvs14.patchset ( cvs diff -u -r 1.49.2.147 -r 1.49.2.148 src/procmime.c; ) > 3.8.1cvs15.patchset +( cvs diff -u -r 1.1.2.110 -r 1.1.2.111 src/gtk/quicksearch.c; ) > 3.8.1cvs16.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=15 +EXTRA_VERSION=16 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c @@ -555,6 +555,7 @@ static DescriptionWindow search_descr = { static void search_description_cb(GtkWidget *widget) { + search_descr.parent = mainwindow_get_mainwindow()->window; description_window_create(&search_descr); };