Skip to content

Commit

Permalink
Remove history item when removed from imgur
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeiren committed Jan 16, 2014
1 parent fc2e16e commit ff9873a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EasyImgur/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ private void buttonRemoveFromImgur_Click(object sender, EventArgs e)
{
listBoxHistory.Items.Remove(item);
notifyIcon1.ShowBalloonTip(2000, "Success!", "Removed image from Imgur and history", ToolTipIcon.None);
RemoveHistoryItem(item);
}
else
{
Expand Down
Binary file modified dist/Debug/EasyImgur.exe
Binary file not shown.
Binary file modified dist/Release/EasyImgur.exe
Binary file not shown.

0 comments on commit ff9873a

Please sign in to comment.