[mousetrap] typo
- From: Flavio Percoco <flaper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetrap] typo
- Date: Sat, 27 Mar 2010 01:41:58 +0000 (UTC)
commit 7e011b01b2c230a664645bee98468ad2b07ad8ec
Author: Flavio Percoco Premoli <flaper87 gmail com>
Date: Sat Mar 27 03:58:45 2010 +0100
typo
src/mousetrap/app/main.py | 4 ++--
src/mousetrap/app/ui/main.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/mousetrap/app/main.py b/src/mousetrap/app/main.py
index dd64313..6e04c03 100644
--- a/src/mousetrap/app/main.py
+++ b/src/mousetrap/app/main.py
@@ -101,7 +101,7 @@ class Controller():
self.itf = MainGui(self)
self.itf.build_interface()
self.itf.load_addons()
- debug.info("mousetrap", "MouseTrap's Interface Builded and Loaded")
+ debug.info("mousetrap", "MouseTrap's Interface Built and Loaded")
gobject.threads_init()
self.loop.run()
@@ -251,4 +251,4 @@ class Controller():
- self: The main object pointer.
- exitcode: The exitcode number. It helps to handle some quit events.
"""
- sys.exit(exitcode)
\ No newline at end of file
+ sys.exit(exitcode)
diff --git a/src/mousetrap/app/ui/main.py b/src/mousetrap/app/ui/main.py
index 9844aa2..fe08c2e 100644
--- a/src/mousetrap/app/ui/main.py
+++ b/src/mousetrap/app/ui/main.py
@@ -151,7 +151,7 @@ class MainGui( gtk.Window ):
self.add(self.vBox)
self.show()
- debug.debug("ui.main", "Interface Builded")
+ debug.debug("ui.main", "Interface Built")
def load_addons(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]