diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-03-04 12:49:10 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2016-03-04 12:49:10 -0600 |
commit | d6cf064484558336c3258302857c89ef50b01fec (patch) | |
tree | ec32c1e1d3946c6650381181967e41326d81f660 /src | |
parent | b1be45c3b8cef5fede101985a26363319f3a9645 (diff) | |
download | ayatana-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')
-rw-r--r-- | src/rotation-lock.cpp | 1 |
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); } |