From cc2e2265ada413826e199248dee90a19db31b741 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 22 Mar 2016 08:15:38 -0500 Subject: fix typo --- src/greeter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/greeter.cpp b/src/greeter.cpp index cffa376..f9cd965 100644 --- a/src/greeter.cpp +++ b/src/greeter.cpp @@ -103,8 +103,8 @@ private: g_clear_error(&error); } else { GVariant* is_active {}; - g_variant_get_child(v, 0, "v", &is_active_v); - static_cast(gself)->m_is_active.set(g_variant_get_boolean(is_active); + g_variant_get_child(v, 0, "v", &is_active); + static_cast(gself)->m_is_active.set(g_variant_get_boolean(is_active)); g_clear_pointer(&is_active, g_variant_unref); } g_clear_pointer(&v, g_variant_unref); -- cgit v1.2.3