[pitivi: 4/18] mainwindow.py: remove references to MainWindow.errordialog
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pitivi: 4/18] mainwindow.py: remove references to MainWindow.errordialog
- Date: Wed, 9 Dec 2009 11:03:42 +0000 (UTC)
commit 43de54f94f8ed8c8ba88828d2d7759468b784626
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date: Fri Dec 4 14:55:51 2009 -0800
mainwindow.py: remove references to MainWindow.errordialog
pitivi/ui/mainwindow.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 2ac8a71..e97ad29 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -169,7 +169,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
self.actions = None
self.toggleactions = None
self.actiongroup = None
- self.error_dialogbox = None
self.settings = instance.settings
self.is_fullscreen = self.settings.mainWindowFullScreen
self.timelinepos = 0
@@ -469,11 +468,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
pane.pack2(self.viewer, resize=False, shrink=False)
self.viewer.show()
- def _errorMessageResponseCb(self, dialogbox, unused_response):
- dialogbox.hide()
- dialogbox.destroy()
- self.error_dialogbox = None
-
## Missing Plugin Support
def _installPlugins(self, details, missingPluginsCallback):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]