Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/Properties.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-07-18 19:44:32 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-18 19:44:32 (GMT)
commitcaf557a13ad9494cd31e3c6294653d7395f79285 (patch)
tree89e2489d3ce790094665f1ac73d747712773dafa /Edit/Properties.py
parentf59efd0e55aa47a8858adc93e17f71172069e733 (diff)
little fix
Diffstat (limited to 'Edit/Properties.py')
-rw-r--r--Edit/Properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/Properties.py b/Edit/Properties.py
index 7e098aa..68996af 100644
--- a/Edit/Properties.py
+++ b/Edit/Properties.py
@@ -12,7 +12,7 @@ import Config
Tooltips = Config.Tooltips()
class Properties( gtk.VBox ):
- def __init__( self, noteDB, popup ):
+ def __init__( self, noteDB, doneHandler, popup ):
gtk.VBox.__init__( self )
self.tooltips = gtk.Tooltips()
self.noteDB = noteDB