[ontv] Fix typo in ontv.in



commit c89923d30ef21dac0453b60e41c6323adbf67485
Author: Olof Kindgren <olki src gnome org>
Date:   Wed Aug 4 20:28:38 2010 +0200

    Fix typo in ontv.in

 bin/ontv.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/ontv.in b/bin/ontv.in
index 613ab8f..c825788 100644
--- a/bin/ontv.in
+++ b/bin/ontv.in
@@ -49,7 +49,7 @@ class OnTVStatusIcon:
     self.ontv_core = OnTVCore(configure, debug, self.cb_status)
 
     self.builder = gtk.Builder()
-    builder.set_translation_domain(NAME.lower())
+    self.builder.set_translation_domain(NAME.lower())
     ui_file = os.path.join(DATA_DIR, "status_icon.ui")
     self.builder.add_from_file(ui_file)
     self.builder.connect_signals(self)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]