bugfix for show_confirmation()

git-svn-id: svn://svn.berlios.de/gpodder/branches/gpodder-thp-200708@398 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2007-08-27 22:22:23 +00:00
parent e63a42fa25
commit 86e0be7cba
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ class GladeWidget(SimpleGladeApp.SimpleGladeApp):
dlg.run()
dlg.destroy()
@staticmethod
def show_confirmation( self, message, title = None):
dlg = gtk.MessageDialog( GladeWidget.gpodder_main_window, gtk.DIALOG_MODAL, gtk.MESSAGE_QUESTION, gtk.BUTTONS_YES_NO)