[pitivi: 4/9] Remove unnecessarty star-notation introduced in th



commit 4acfb386d13b18952d4c04f6357641738f7548f7
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Tue Mar 3 16:59:14 2009 +0100

    Remove unnecessarty star-notation introduced in the previous commit.
---
 pitivi/ui/encodingdialog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index 0fa4df6..f99e4aa 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -152,7 +152,7 @@ class EncodingDialog(GladeWindow, Loggable):
         self.debug("Cancelling !")
         self._shutDown()
 
-    def _deleteEventCb(self, *args):
+    def _deleteEventCb(self, window, event):
         self.debug("delete event")
         self._shutDown()
 



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