GNOME Bugzilla – Bug 786274
"Recently used" not "Recently viewed"
Last modified: 2017-08-14 13:40:18 UTC
Browsing for characters should not add them to the "recently used" section unless they were copied.
Created attachment 357547 [details] [review] character: Add to Recent list when copied not viewed Otherwise one would end up with loads of uninteresting characters in the Recent view.
Review of attachment 357547 [details] [review]: Thank you for the quick patch, I only have a minor suggestion here. ::: src/window.js @@ +358,3 @@ transient_for: this.get_toplevel(), + fontDescription: this.visible_child.getFontDescription(), + mainView: this Instead of passing around "this", I would suggest to add a new signal, say CharacterDialog::character-copied, and connect to it in this function.
Created attachment 357550 [details] [review] character: Add to Recent list when copied not viewed Otherwise one would end up with loads of uninteresting characters in the Recent view.
Review of attachment 357550 [details] [review]: Thank you.
Attachment 357550 [details] pushed as 652d62c - character: Add to Recent list when copied not viewed