Skip to content

Commit bb311d0

Browse files
committed
Another deprecated issue - GLib
1 parent 47973c8 commit bb311d0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
- updated translations by files from Zanata
2828
- s-c-p doesn't react on ALREADY_ENABLED exception from firewalld
2929
- removed deprecated Gtk objects
30+
- another deprecated issues - GLib

timedops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def __init__ (self, timeout=60000, parent=None, show_dialog=True,
5959
for f in [self.subp.stdout, self.subp.stderr]:
6060
if f is not None:
6161
source = GLib.io_add_watch (f,
62+
GLib.PRIORITY_DEFAULT,
6263
GLib.IO_IN |
6364
GLib.IO_HUP |
6465
GLib.IO_ERR,

0 commit comments

Comments
 (0)