[totem] lirc: Fix compilation



commit 4373b05168f3fd7ee25030f2db34aa9a400d6072
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 22 02:57:27 2013 +0200

    lirc: Fix compilation
    
    A overzealous sed script, me thinks

 src/plugins/lirc/totem-lirc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/lirc/totem-lirc.c b/src/plugins/lirc/totem-lirc.c
index 41e2ba4..16bd66d 100644
--- a/src/plugins/lirc/totem-lirc.c
+++ b/src/plugins/lirc/totem-lirc.c
@@ -210,8 +210,8 @@ totem_lirc_read_code (GIOChannel *source, GIOCondition condition, TotemLircPlugi
                        if (setting >= 0) {
                                gboolean value;
 
-                               value = totem_object_remote_commandget_setting (pi->priv->totem, setting);
-                               totem_object_remote_commandset_setting (pi->priv->totem, setting, !value);
+                               value = totem_object_remote_get_setting (pi->priv->totem, setting);
+                               totem_object_remote_set_setting (pi->priv->totem, setting, !value);
                        }
                } else {
                        cmd = totem_lirc_to_command (str, &url);


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