Skip to content

Commit

Permalink
views: call correct partAndDestroy on removing a query
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed Mar 30, 2016
1 parent 8c64ddc commit c627100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/sidebar/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Messages.prototype.oncontextmenu = function oncontextmenu(e, message) {
label: 'Close Message'
, click: () => {
debug('removing message')
message.destroy()
message.partAndDestroy()
}
}))

Expand Down

0 comments on commit c627100

Please sign in to comment.