← Back to team overview

gwibber-bugs team mailing list archive

[Bug 909208] [NEW] Error in collection.py line 511

 

Public bug reported:

Exaile version 0.3.2.2
Ububtu Natty 11.10
Desktop: Gnome3

Console error during import music collection.
Import seems to stall but continues after some time.

Traceback (most recent call last):
  File "/usr/lib/exaile/xlgui/panel/collection.py", line 511, in _refresh_tags_in_tree
    glib.remove_source(self._refresh_id)
AttributeError: 'module' object has no attribute 'remove_source'

Should probably be glib.source_remove(), see
http://developer.gnome.org/pygobject/stable/glib-functions.html
#function-glib--source-remove

** Affects: exaile
     Importance: Undecided
         Status: New

** Project changed: gwibber => exaile

** Description changed:

+ Exaile version 0.3.2.2
+ Ububtu Natty 11.10
+ Desktop: Gnome3
+ 
  Console error during import music collection.
  Import seems to stall but continues after some time.
  
  Traceback (most recent call last):
-   File "/usr/lib/exaile/xlgui/panel/collection.py", line 511, in _refresh_tags_in_tree
-     glib.remove_source(self._refresh_id)
+   File "/usr/lib/exaile/xlgui/panel/collection.py", line 511, in _refresh_tags_in_tree
+     glib.remove_source(self._refresh_id)
  AttributeError: 'module' object has no attribute 'remove_source'
  
  Should probably be glib.source_remove(), see
  http://developer.gnome.org/pygobject/stable/glib-functions.html
  #function-glib--source-remove

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/909208

Title:
  Error in collection.py line 511

Status in Exaile:
  New

Bug description:
  Exaile version 0.3.2.2
  Ububtu Natty 11.10
  Desktop: Gnome3

  Console error during import music collection.
  Import seems to stall but continues after some time.

  Traceback (most recent call last):
    File "/usr/lib/exaile/xlgui/panel/collection.py", line 511, in _refresh_tags_in_tree
      glib.remove_source(self._refresh_id)
  AttributeError: 'module' object has no attribute 'remove_source'

  Should probably be glib.source_remove(), see
  http://developer.gnome.org/pygobject/stable/glib-functions.html
  #function-glib--source-remove

To manage notifications about this bug go to:
https://bugs.launchpad.net/exaile/+bug/909208/+subscriptions


Follow ups

References