GNOME Bugzilla – Bug 769339
chatView: Fix outgoing check when acknowledging message
Last modified: 2016-07-31 00:01:39 UTC
See patch - fallout from commit cfe392ce6fd ...
Created attachment 332415 [details] [review] chatView: Fix outgoing check when acknowledging message All outgoing messages have a pending ID of 0, but it may also be a valid ID for incoming ones. So instead of checking whether the ID itself is "true-ish" (which isn't the case for 0), test explicitly for undefined.
Review of attachment 332415 [details] [review]: Not much of a review here, it's only one line after all :) i did understand the reason as the commit message explained it all. looks good to me
Attachment 332415 [details] pushed as 1faedd1 - chatView: Fix outgoing check when acknowledging message