[pitivi: 23/94] Removed obsolete commented out line of code in FileListErrorDialog



commit 73ba5569cedd691a4d981c2d054accf6ddf5c701
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Sun Aug 28 21:03:40 2011 +0200

    Removed obsolete commented out line of code in FileListErrorDialog

 pitivi/ui/filelisterrordialog.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/filelisterrordialog.py b/pitivi/ui/filelisterrordialog.py
index 8536615..85ebc59 100644
--- a/pitivi/ui/filelisterrordialog.py
+++ b/pitivi/ui/filelisterrordialog.py
@@ -39,8 +39,7 @@ class FileListErrorDialog(Signallable, Loggable):
     """ Dialog box for showing errors in a list of files """
     __signals__ = {
         'close': None,
-        'response': ["something"]
-        }
+        'response': ["something"]}
 
     def __init__(self, title, headline):
         Loggable.__init__(self)
@@ -67,7 +66,6 @@ class FileListErrorDialog(Signallable, Loggable):
         if len(self.errorvbox.get_children()) < 3:
             exp.set_expanded(True)  # Let's save the user some clicks
         exp.show_all()
-        #self.storemodel.append([str(uri), str(reason)])
 
     def _createFileExpander(self, uri, reason, extra=None):
         if uri:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]