summaryrefslogtreecommitdiffstats
path: root/g-ed-it/docBar.py
diff options
context:
space:
mode:
authorMatthieu Gautier <mgautier@fedoraproject.org>2009-05-04 19:20:21 +0200
committerMatthieu Gautier <mgautier@fedoraproject.org>2009-05-04 19:20:21 +0200
commit5bc39fc9f68fe44a42f7fb4fd2a9845931337e49 (patch)
tree7144de68fdfe7472da995df8b96bb09a5e194106 /g-ed-it/docBar.py
parentc0e1c23317d7f7c9cf8ddf86255e4a087027eb3e (diff)
downloadg-ed-it-5bc39fc9f68fe44a42f7fb4fd2a9845931337e49.tar.gz
g-ed-it-5bc39fc9f68fe44a42f7fb4fd2a9845931337e49.tar.xz
g-ed-it-5bc39fc9f68fe44a42f7fb4fd2a9845931337e49.zip
Adapt commit with docBar commit text to the new docBar
Diffstat (limited to 'g-ed-it/docBar.py')
-rw-r--r--g-ed-it/docBar.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/g-ed-it/docBar.py b/g-ed-it/docBar.py
index dcd40c3..29d2027 100644
--- a/g-ed-it/docBar.py
+++ b/g-ed-it/docBar.py
@@ -93,11 +93,6 @@ class DocBar (object):
self.currentTab.show_all()
self.update_docBar_ui()
- def get_and_clear_commitText(self):
- text = self.commit_text.get_text()
- self.commit_text.set_text("")
- return text
-
def deactivate(self):
if self.currentTab:
self.currentTab.remove(self.docBar)