mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-22 05:12:04 +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