mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
[GTK3] Fix catching Wnck not available
This commit is contained in:
parent
d8d094cab6
commit
dd7cc31918
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ try:
|
||||||
|
|
||||||
gi.require_version('Wnck', '3.0')
|
gi.require_version('Wnck', '3.0')
|
||||||
from gi.repository import Wnck
|
from gi.repository import Wnck
|
||||||
except ImportError:
|
except ValueError:
|
||||||
Wnck = None
|
Wnck = None
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue