desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #141927
[Bug 1503364] [NEW] Source ID was not found when attempting to remove it
Public bug reported:
Using wily those warnings are displayed
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404: Warning: Source ID 2029 was not found when attempting to remove it
GLib.source_remove(self._timeout)
The issue is that the code try to remove the source even though the
callback returns False which means the library is automatically doing it
for you
** Affects: software-center (Ubuntu)
Importance: Low
Status: In Progress
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1503364
Title:
Source ID was not found when attempting to remove it
Status in software-center package in Ubuntu:
In Progress
Bug description:
Using wily those warnings are displayed
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404: Warning: Source ID 2029 was not found when attempting to remove it
GLib.source_remove(self._timeout)
The issue is that the code try to remove the source even though the
callback returns False which means the library is automatically doing
it for you
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1503364/+subscriptions
Follow ups