GNOME Bugzilla – Bug 432724
[Simple Timeline] Don't show explanation message too soon
Last modified: 2007-04-24 16:47:33 UTC
Currently the explanation message is shown from the beginning, but it's confusing for users that see two explanation messages : one in the source list, the other in the timeline. At the beginning, there should only be an explanation message in the source list and ONCE there is at least one source there, then show the explanation message in the timeline.
2007-04-24 Edward Hervey <edward@fluendo.com> * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: Remove cruft that was causing the explanation message to be hidden. Fixes #432656 * pitivi/ui/timeline.py: Start by displaying the timeline. Fix explanation message. Only display explanation message in the timeline once there's at least one clip to add. Fixes #432724