talons

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

commit 54c3c935321d41a56c4051561e3ccc5c3edf071c
parent b6baa93fb7abbd39a1d9734839c01148fa04a2af
Author: Tristan Chabredier <wwp@claws-mail.org>
Date:   Mon,  3 Dec 2012 09:59:34 +0000

2012-12-03 [wwp]	3.9.0cvs39

	* src/toolbar.c
	Fix sensitivity of next-unread toolbar button.

Diffstat:
MChangeLog | 5+++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/toolbar.c | 2+-
4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-03 [wwp] 3.9.0cvs39 + + * src/toolbar.c + Fix sensitivity of next-unread toolbar button. + 2012-12-03 [colin] 3.9.0cvs38 * src/common/utils.c diff --git a/PATCHSETS b/PATCHSETS @@ -4536,3 +4536,4 @@ ( cvs diff -u -r 1.115.2.265 -r 1.115.2.266 src/main.c; ) > 3.9.0cvs36.patchset ( cvs diff -u -r 1.115.2.266 -r 1.115.2.267 src/main.c; ) > 3.9.0cvs37.patchset ( cvs diff -u -r 1.36.2.211 -r 1.36.2.212 src/common/utils.c; ) > 3.9.0cvs38.patchset +( cvs diff -u -r 1.43.2.135 -r 1.43.2.136 src/toolbar.c; ) > 3.9.0cvs39.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=9 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=38 +EXTRA_VERSION=39 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/toolbar.c b/src/toolbar.c @@ -2452,7 +2452,7 @@ do { \ if (prefs_common.next_unread_msg_dialog == NEXTUNREADMSGDIALOG_ASSUME_NO) { SET_WIDGET_COND(toolbar->next_btn, M_MSG_EXIST, M_SUMMARY_ISLIST); } else { - SET_WIDGET_COND(toolbar->next_btn, 0); + SET_WIDGET_COND(toolbar->next_btn, -1); } if (toolbar->trash_btn)