mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 07:35:44 +02:00
fix gobject import in non-gtk3 configuration
This commit is contained in:
@@ -39,7 +39,7 @@ if __builtins__.USE_GTK3:
|
||||
from gi.repository import GObject, GLib, GdkPixbuf, Gtk, Notify
|
||||
else:
|
||||
Gtk = __import__("gtk")
|
||||
from gi.repository import GObject
|
||||
GObject = __import__("gobject")
|
||||
import pynotify
|
||||
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user