[Commits] [SCM] claws branch, master, updated. 3.14.1-45-ga8aa3fc
wwp at claws-mail.org
wwp at claws-mail.org
Mon Dec 12 17:37:05 CET 2016
The branch, master has been updated
via a8aa3fc2205e274faa91de830a599ac88c00d3f6 (commit)
from 382a3fed9dd3209321b639774e3e46f5d5294388 (commit)
Summary of changes:
src/Makefile.am | 11 +++++++++++
src/toolbar.c | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a8aa3fc2205e274faa91de830a599ac88c00d3f6
Author: wwp <wwp at free.fr>
Date: Mon Dec 12 17:36:05 2016 +0100
Fix wrong call to missing *_unread func (we use the *_read() func
w/ FALSE as parameter for that).
Add missing new xpm files to Makefile.am.
diff --git a/src/Makefile.am b/src/Makefile.am
index 3932e48..6aee1cc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -557,6 +557,17 @@ EXTRA_DIST = \
pixmaps/zoom_in.xpm \
pixmaps/zoom_out.xpm \
pixmaps/zoom_width.xpm \
+ pixmaps/mark_allread.xpm \
+ pixmaps/mark_allunread.xpm \
+ pixmaps/mark_ignorethread.xpm \
+ pixmaps/mark_locked.xpm \
+ pixmaps/mark_mark.xpm \
+ pixmaps/mark_read.xpm \
+ pixmaps/mark_unlocked.xpm \
+ pixmaps/mark_unmark.xpm \
+ pixmaps/mark_unread.xpm \
+ pixmaps/mark_watchthread.xpm \
+ pixmaps/mark.xpm \
claws-contacts.xml \
$(abook_extra)
diff --git a/src/toolbar.c b/src/toolbar.c
index edf28e9..13d58ed 100644
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -1690,7 +1690,7 @@ static void toolbar_unread_cb(GtkWidget *widget, gpointer data)
switch (toolbar_item->type) {
case TOOLBAR_MAIN:
mainwin = (MainWindow *) toolbar_item->parent;
- summary_mark_as_unread(mainwin->summaryview, FALSE);
+ summary_mark_as_read(mainwin->summaryview, FALSE);
break;
case TOOLBAR_MSGVIEW:
/* TODO: see toolbar_next_unread_cb() if you need
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list