mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
Merge pull request #34 from dgcampea/fix
Uninitialize libnotify before quitting
This commit is contained in:
commit
839e6c43d4
@ -4106,6 +4106,7 @@ class mpdevil(Gtk.Application):
|
|||||||
if self._settings.get_boolean("stop-on-quit") and self._client.connected():
|
if self._settings.get_boolean("stop-on-quit") and self._client.connected():
|
||||||
self._client.stop()
|
self._client.stop()
|
||||||
self.notify.close()
|
self.notify.close()
|
||||||
|
Notify.uninit()
|
||||||
self.quit()
|
self.quit()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user