mirror of
https://github.com/logos-storage/deluge.git
synced 2026-02-25 15:43:07 +00:00
[GTK3] Fix catching Wnck not available
This commit is contained in:
parent
d8d094cab6
commit
dd7cc31918
@ -32,7 +32,7 @@ try:
|
||||
|
||||
gi.require_version('Wnck', '3.0')
|
||||
from gi.repository import Wnck
|
||||
except ImportError:
|
||||
except ValueError:
|
||||
Wnck = None
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user