GNOME Bugzilla – Bug 432204
[Rendering dialog] Gettext issue, and button not disabled when rendering
Last modified: 2007-04-25 09:13:54 UTC
In the rendering dialog, when you have chosen the output file, the progressbar shows information about the pot file. In the same dialog, when pitivi is rendering, the button is still enabled. Other information:
Created attachment 86776 [details] [review] correct a few things in the rendering dialog
isn't that a correction on one of your previous patches ?
I don't have that issue in fact. You might want to run make, in order to rebuild the translation files before running pitivi.
It's about two small things : - Rendering button is still enabled when rendering. - A little bug with gettext and the progressbar. Two screenshots will follow.
Created attachment 86857 [details] Gettext related issue
Created attachment 86858 [details] Rendering button still enabled
2007-04-25 Edward Hervey <edward@fluendo.com> Patch by: Thibaut Girka <thibaut.girka@free.fr> * pitivi/ui/mainwindow.py: Fix i18n bug. Disable/enable [Render] button at correct time. Fixes #432204