aboutsummaryrefslogtreecommitdiff
path: root/src/rotation-lock.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-03-04 12:49:10 -0600
committerCharles Kerr <charles.kerr@canonical.com>2016-03-04 12:49:10 -0600
commitd6cf064484558336c3258302857c89ef50b01fec (patch)
treeec32c1e1d3946c6650381181967e41326d81f660 /src/rotation-lock.cpp
parentb1be45c3b8cef5fede101985a26363319f3a9645 (diff)
downloadayatana-indicator-display-d6cf064484558336c3258302857c89ef50b01fec.tar.gz
ayatana-indicator-display-d6cf064484558336c3258302857c89ef50b01fec.tar.bz2
ayatana-indicator-display-d6cf064484558336c3258302857c89ef50b01fec.zip
fix RotationLock shutdown issue that messed with getting clean test runs
Diffstat (limited to 'src/rotation-lock.cpp')
-rw-r--r--src/rotation-lock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp
index f19ac9f..88c7e1b 100644
--- a/src/rotation-lock.cpp
+++ b/src/rotation-lock.cpp
@@ -43,6 +43,7 @@ public:
~Impl()
{
+ g_signal_handlers_disconnect_by_data(m_settings, this);
g_clear_object(&m_action_group);
g_clear_object(&m_settings);
}