Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Re #9: Do not hide action overlay if delete fails
Browse files Browse the repository at this point in the history
This is in-line with RT and Favourite buttons

(Reply and Quote are different because the dialog can't fail, and
the compose dialog is then responsible for handling TLS errors)
  • Loading branch information
IBBoard committed Sep 20, 2019
1 parent a84850a commit 930bf2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/list/TweetListEntry.vala
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ public class TweetListEntry : Cb.TwitterItem, Gtk.ListBoxRow {
private void delete_activated () {
delete_first_activated = true;
delete_tweet ();
toggle_mode ();
}

[GtkCallback]
Expand Down

0 comments on commit 930bf2a

Please sign in to comment.