Delete timelines is now possible

This commit is contained in:
2015-02-11 16:14:25 -06:00
parent d2cffe65d8
commit 5eb4f74242
6 changed files with 31 additions and 9 deletions

View File

@@ -24,4 +24,6 @@ def get_ignored_client():
def clear_list():
dlg = wx.MessageDialog(None, _(u"Do you really want to empty this buffer? It's items will be removed from the list but not from Twitter"), _(u"Empty buffer"), wx.ICON_QUESTION|wx.YES_NO)
return dlg.ShowModal()
return dlg.ShowModal()
def remove_buffer():
return wx.MessageDialog(None, _(u"Do you really want to delete this timeline?"), _(u"Attention"), style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()