Skip to content

Commit aa65005

Browse files
committed
asyncpk1.py: Dont require the exact Gdk version #179
It works around the freeze during changing printer driver, but it will generate a warning. The proper fix is to refactor threading code in s-c-p to follow GTK 3 standards.
1 parent b93062a commit aa65005

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
--------------
33
- set preferred driver for DYMO LabelWriter 400
44
- udev: ignore devices capable of IPP over USB, we have ipp-usb for it
5+
- asyncpk1.py: dont require the exact Gdk version, work arounds #179
56

67
1.5.13 changes
78
--------------

asyncpk1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import dbus
2323
from functools import reduce
2424
try:
25-
gi.require_version('Gdk', '3.0')
2625
from gi.repository import Gdk
2726
gi.require_version('Gtk', '3.0')
2827
from gi.repository import Gtk

0 commit comments

Comments
 (0)