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 579288 - dragging audio clips fails
dragging audio clips fails
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
0.11.3
Other Linux
: Normal normal
: 0.13.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-17 13:23 UTC by Thomas Vander Stichele
Modified: 2009-05-25 05:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2009-04-17 13:23:08 UTC
I wanted to verify if Pitivi/GNonLin could work with .flac files.

So I imported a track, then tried to drag it to the timeline.

Nothing happened.

The console shows:

Traceback (most recent call last):
  • File "/usr/share/pitivi/python/pitivi/ui/timeline.py", line 175 in _dragDataReceivedCb
    instance.PiTiVi.current.timeline.addFactory(factory)
  • File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 141 in addFactory
    comp.appendSource(source)
UnboundLocalError: local variable 'source' referenced before assignment
Traceback (most recent call last):
  • File "/usr/share/pitivi/python/pitivi/ui/timeline.py", line 175 in _dragDataReceivedCb
    instance.PiTiVi.current.timeline.addFactory(factory)
  • File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 141 in addFactory
    comp.appendSource(source)
UnboundLocalError: local variable 'source' referenced before assignment
Traceback (most recent call last):
  • File "/usr/share/pitivi/python/pitivi/ui/timeline.py", line 175 in _dragDataReceivedCb
    instance.PiTiVi.current.timeline.addFactory(factory)
  • File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 141 in addFactory
    comp.appendSource(source)
UnboundLocalError: local variable 'source' referenced before assignment

Comment 1 Jean-François Fortin Tam 2009-04-17 17:23:28 UTC
It works on the development version, however.
Comment 2 Edward Hervey 2009-04-21 16:12:32 UTC
jeff : fixed ? not fixed ?
Comment 3 Jean-François Fortin Tam 2009-05-24 22:00:06 UTC
Fixed, IMHO.