[gnome-lirc-properties] Fix custom dialogue not showing
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-lirc-properties] Fix custom dialogue not showing
- Date: Wed, 19 May 2010 14:08:30 +0000 (UTC)
commit d6e81e1e9bb6b94ae8bc6d96e5e603e9f7ab3ead
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 19 12:13:16 2010 +0100
    Fix custom dialogue not showing
    
    Fix cut'n'paste typo for custom configuration dialogue.
 .../ui/RemoteControlProperties.py                  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome_lirc_properties/ui/RemoteControlProperties.py b/gnome_lirc_properties/ui/RemoteControlProperties.py
index 8479a18..1ba0e42 100644
--- a/gnome_lirc_properties/ui/RemoteControlProperties.py
+++ b/gnome_lirc_properties/ui/RemoteControlProperties.py
@@ -823,7 +823,7 @@ class RemoteControlProperties(object):
             custom_filename = os.path.join(self.__datadir, 'gnome-lirc-properties-custom-config.ui')
             custom_builder = gtk.Builder()
             custom_builder.add_from_file(custom_filename)
-            dialog = receiver_builder.get_object('custom_configuration')
+            dialog = custom_builder.get_object('custom_configuration')
             dialog.set_transient_for(self.__dialog)
             self.__custom_configuration = CustomConfiguration(custom_builder)
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]