[gnome-lirc-properties] Fix typo in __retreive_remote_name()



commit 321b139c64b60f25697e28f62b60a875d46bc192
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 26 17:11:21 2010 +0100

    Fix typo in __retreive_remote_name()
    
    Should be retrieve

 gnome_lirc_properties/ui/CustomConfiguration.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome_lirc_properties/ui/CustomConfiguration.py b/gnome_lirc_properties/ui/CustomConfiguration.py
index ef62d88..0b31d4d 100644
--- a/gnome_lirc_properties/ui/CustomConfiguration.py
+++ b/gnome_lirc_properties/ui/CustomConfiguration.py
@@ -361,7 +361,7 @@ class CustomConfiguration(object):
         '''Handle activation of row in the "keys" tree view.'''
         self.__start_learning(path)
 
-    def __retreive_remote_name(self):
+    def __retrieve_remote_name(self):
         '''Build the symbolic name of the currently edited remote.'''
 
         name = self.__remote and self.__remote.name
@@ -399,7 +399,7 @@ class CustomConfiguration(object):
             hwdb.read(StringIO(result))
 
             remote = hwdb[0]
-            remote.properties['name'] = [self.__retreive_remote_name()]
+            remote.properties['name'] = [self.__retrieve_remote_name()]
 
             self.__remote.properties = remote.properties
             self.__update_basics_model(self.__remote.properties)



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