mirror of
https://github.com/pulb/mailnag.git
synced 2026-02-13 15:16:46 +01:00
GObject.MainLoop is deprecated
This commit is contained in:
@@ -108,7 +108,7 @@ def sigterm_handler(mainloop):
|
||||
|
||||
|
||||
def main():
|
||||
mainloop = GObject.MainLoop()
|
||||
mainloop = GLib.MainLoop()
|
||||
daemon = None
|
||||
|
||||
set_procname(PROGNAME)
|
||||
|
||||
Reference in New Issue
Block a user