After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 759882 - Fix warnings when switching between stack pages
Fix warnings when switching between stack pages
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2015-12-26 16:45 UTC by Michael Catanzaro
Modified: 2015-12-26 19:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix warnings when switching between stack pages (1.70 KB, patch)
2015-12-26 16:45 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2015-12-26 16:45:53 UTC
/usr/lib/python3.4/site-packages/gnomemusic/window.py:337: Warning:
Source ID 48 was not found when attempting to remove it
  GLib.Source.remove(self.notification_handler)

/usr/lib/python3.4/site-packages/gnomemusic/window.py:337: Warning:
Source ID 3071 was not found when attempting to remove it
  GLib.Source.remove(self.notification_handler)
Comment 1 Michael Catanzaro 2015-12-26 16:45:55 UTC
Created attachment 317896 [details] [review]
Fix warnings when switching between stack pages
Comment 2 Michael Catanzaro 2015-12-26 19:55:06 UTC
Attachment 317896 [details] pushed as 8a05dd2 - Fix warnings when switching between stack pages