talons

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

commit 6db84443a2c59d6ebca195a831f503d704a0d2e5
parent 10d2db49856b7b05777b4dd90d7e8a6fd18291e3
Author: Paweł Pękala <c0rn@gazeta.pl>
Date:   Thu,  8 Dec 2011 19:45:26 +0000

2011-12-08 [pawel]	3.7.10cvs111

	* src/mimeview.c
		Better fix for cvs94

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-08 [pawel] 3.7.10cvs111 + + * src/mimeview.c + Better fix for cvs94 + 2011-12-08 [wwp] 3.7.10cvs110 * src/compose.c diff --git a/PATCHSETS b/PATCHSETS @@ -4314,3 +4314,4 @@ ( diff -u /dev/null src/plugins/trayicon/libeggtrayicon/.cvsignore; ) > 3.7.10cvs108.patchset ( cvs diff -u -r 1.274.2.339 -r 1.274.2.340 src/mainwindow.c; cvs diff -u -r 1.94.2.224 -r 1.94.2.225 src/messageview.c; ) > 3.7.10cvs109.patchset ( cvs diff -u -r 1.382.2.596 -r 1.382.2.597 src/compose.c; ) > 3.7.10cvs110.patchset +( cvs diff -u -r 1.83.2.183 -r 1.83.2.184 src/mimeview.c; ) > 3.7.10cvs111.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=110 +EXTRA_VERSION=111 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/mimeview.c b/src/mimeview.c @@ -2286,11 +2286,9 @@ static gboolean icon_clicked_cb (GtkWidget *button, GdkEventButton *event, MimeV if (event->button == 1) { icon_selected(mimeview, num, partinfo); gtk_widget_grab_focus(button); + icon_list_toggle_by_mime_info(mimeview, partinfo); } part_button_pressed(mimeview, event, partinfo); - - if (event->button != 3) - icon_list_toggle_by_mime_info(mimeview, partinfo); return FALSE; }