summaryrefslogtreecommitdiffstats
path: root/g-ed-it/g_ed_it.py
diff options
context:
space:
mode:
authorMatthieu Gautier <starmad@pegase.localdomain>2009-03-30 22:40:13 +0200
committerMatthieu Gautier <starmad@pegase.localdomain>2009-03-30 22:40:13 +0200
commit2c7f972ac6b094f4b3088595594f0c82f991ebcf (patch)
treefc92cab22d8644d3aae3459a776eb407183d30e7 /g-ed-it/g_ed_it.py
parentf58341e4fc6d6ab39d259cb45120a66fbc19ade2 (diff)
downloadg-ed-it-2c7f972ac6b094f4b3088595594f0c82f991ebcf.tar.gz
g-ed-it-2c7f972ac6b094f4b3088595594f0c82f991ebcf.tar.xz
g-ed-it-2c7f972ac6b094f4b3088595594f0c82f991ebcf.zip
docBar can now commit and add the current file.
Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
Diffstat (limited to 'g-ed-it/g_ed_it.py')
-rw-r--r--g-ed-it/g_ed_it.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g-ed-it/g_ed_it.py b/g-ed-it/g_ed_it.py
index f02a3f8..cda8154 100644
--- a/g-ed-it/g_ed_it.py
+++ b/g-ed-it/g_ed_it.py
@@ -107,7 +107,7 @@ class G_ed_itHelper:
pass
def createDocBar(self, tab):
- docBar_ = docBar.DocBar(tab)
+ docBar_ = docBar.DocBar(tab,self.commitDialog)
tab.get_view().set_data(self.G_ED_IT_VIEW_DATA_KEY, docBar_)
def removeDocBar(self, tab):