GNOME Bugzilla – Bug 456289
Progressbar assertion failed when rendering project
Last modified: 2007-10-14 16:55:16 UTC
Please describe the problem: When rendering a project an assertion failed for setting the percentage of the progressbar in the mainview. Steps to reproduce: 1. Start a project 2. Import a video 3. Render this project Actual results: pitivi/ui/mainwindow.py:403: GtkWarning: gtk_progress_set_percentage: assertion `percentage >= 0 && percentage <= 1.0' failed self.progressbar.set_fraction(float(position) / float(self.bin.length)) Expected results: Does this happen every time? yes Other information:
Created attachment 91684 [details] [review] prevent that the assertion failes This patch should solve this problem
2007-07-13 Edward Hervey <bilboed@bilboed.com> Patch by: Thijs Vermeir <thijsvermeir@gmail.com> * pitivi/ui/mainwindow.py: Fix issues with rendering progress bar.