mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-03 04:20:40 +00:00
Only import gtk
inside the GtkUi notifications implementation. Like this one won't need have gtk
installed if only the daemon is running.
This commit is contained in:
parent
9bfa5f10b6
commit
a5e8a9dc69
@ -37,7 +37,6 @@
|
||||
# statement from all source files in the program, then also delete it here.
|
||||
#
|
||||
|
||||
import gtk
|
||||
import smtplib
|
||||
from twisted.internet import defer, threads
|
||||
from deluge import component
|
||||
@ -385,6 +384,7 @@ class GtkUiNotifications(CustomNotifications):
|
||||
return defer.succeed(_("Notification Blink shown"))
|
||||
|
||||
def __popup(self, title='', message=''):
|
||||
import gtk
|
||||
if not self.config['popup_enabled']:
|
||||
return defer.succeed(_("Popup notification is not enabled."))
|
||||
if not POPUP_AVAILABLE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user