Session manager deletes invalid sessions; plays audio from any URL when the tweet has more than one

This commit is contained in:
2014-11-26 13:45:24 -06:00
parent 18f7cb6c96
commit 9d64901791
3 changed files with 15 additions and 5 deletions

View File

@@ -46,8 +46,7 @@ class urlList(wx.Dialog):
self.SetClientSize(sizer.CalcMin())
def onGo(self, ev):
webbrowser.open(self.lista.GetStringSelection())
self.Destroy()
self.EndModal(wx.ID_OK)
def populate_list(self):
for i in self.urls: