[pitivi: 4/9] Remove unnecessarty star-notation introduced in th
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi: 4/9] Remove unnecessarty star-notation introduced in th
- Date: Wed, 4 Mar 2009 06:51:13 -0500 (EST)
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]