[geary/mjog/550-always-show-images-not-saved: 4/4] Trivial docs update
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/550-always-show-images-not-saved: 4/4] Trivial docs update
- Date: Fri, 25 Oct 2019 03:59:49 +0000 (UTC)
commit 10ddff2e76dec6efa73fe9aa8e81620a1ba35a20
Author: Michael Gratton <mike vee net>
Date: Fri Oct 25 14:59:09 2019 +1100
Trivial docs update
src/client/conversation-viewer/conversation-message.vala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/client/conversation-viewer/conversation-message.vala
b/src/client/conversation-viewer/conversation-message.vala
index dab4aae3..0180aa7e 100644
--- a/src/client/conversation-viewer/conversation-message.vala
+++ b/src/client/conversation-viewer/conversation-message.vala
@@ -338,7 +338,7 @@ public class ConversationMessage : Gtk.Grid, Geary.BaseInterface {
/** Fired when the user clicks a internal link in the email. */
public signal void internal_link_activated(int y);
- /** Fired when the user requests remote images be loaded. */
+ /** Fired when the email should be flagged for remote image loading. */
public signal void flag_remote_images();
/** Fired when the user saves an inline displayed image. */
@@ -969,14 +969,14 @@ public class ConversationMessage : Gtk.Grid, Geary.BaseInterface {
);
}
- private void show_images(bool remember) {
+ private void show_images(bool update_email_flag) {
start_progress_loading();
this.remote_images_infobar.hide();
this.load_remote_resources = true;
this.remote_resources_requested = 0;
this.remote_resources_loaded = 0;
this.web_view.load_remote_images();
- if (remember) {
+ if (update_email_flag) {
flag_remote_images();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]