GObject.timeout_add is deprecated

Bug #1105618 reported by Andrew Starr-Bochicchio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Kazam Screencaster
Fix Released
Low
David Klasinc

Bug Description

I'm seeing this in raring:

/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:195: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(500, self.blink)
/usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py:85: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(1000, self.countdown)
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:213: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(500, self.blink)
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:215: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(200, self.blink)
/usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py:89: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(400, self.counter_finished)

Merge proposal on its way...

Related branches

David Klasinc (bigwhale)
Changed in kazam:
status: New → Fix Committed
David Klasinc (bigwhale)
Changed in kazam:
importance: Undecided → Low
David Klasinc (bigwhale)
Changed in kazam:
milestone: none → 1.4.0
assignee: nobody → David Klasinc (bigwhale)
David Klasinc (bigwhale)
Changed in kazam:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.