mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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')
|
||||
from gi.repository import Wnck
|
||||
except ImportError:
|
||||
except ValueError:
|
||||
Wnck = None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue