[Commits] [SCM] claws branch, master, updated. 3.9.3-149-ga70f2a5
colin at claws-mail.org
colin at claws-mail.org
Fri May 2 11:41:11 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via a70f2a5ffcad7910ffa2616663ac60075ed9e58d (commit)
via 08edf06caeb11ab80bf54e1987a91401a0682b00 (commit)
from 0257b732c63d28f205e397a639b87f075b1e5a54 (commit)
- Log -----------------------------------------------------------------
commit a70f2a5ffcad7910ffa2616663ac60075ed9e58d
Author: Colin Leroy <colin at colino.net>
Date: Fri May 2 11:41:14 2014 +0200
Fix insert point after filling in textview
diff --git a/src/textview.c b/src/textview.c
index e5cdb66..37456df 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -641,6 +641,8 @@ void textview_show_part(TextView *textview, MimeInfo *mimeinfo, FILE *fp)
textview->loading = FALSE;
textview->stop_loading = FALSE;
+ textview_set_position(textview, 0);
+
END_TIMING();
return;
}
@@ -659,6 +661,8 @@ void textview_show_part(TextView *textview, MimeInfo *mimeinfo, FILE *fp)
textview->loading = FALSE;
textview->stop_loading = FALSE;
+
+ textview_set_position(textview, 0);
END_TIMING();
}
commit 08edf06caeb11ab80bf54e1987a91401a0682b00
Author: Colin Leroy <colin at colino.net>
Date: Fri May 2 10:08:25 2014 +0200
Fix early reset of main_window_reflect_tags_changes_real tag
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 919626a..dd560e8 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2382,7 +2382,6 @@ static gboolean main_window_reflect_tags_changes_real(gpointer data)
MainWindow *mainwin = (MainWindow *)data;
if (summary_is_locked(mainwin->summaryview)) {
- tags_tag = 0;
return TRUE;
}
/* re-create tags submenu */
-----------------------------------------------------------------------
Summary of changes:
src/mainwindow.c | 1 -
src/textview.c | 4 ++++
2 files changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list