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 432204 - [Rendering dialog] Gettext issue, and button not disabled when rendering
[Rendering dialog] Gettext issue, and button not disabled when rendering
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
0.10.2
Other All
: Normal minor
: 0.10.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-22 09:52 UTC by Thibaut GIRKA
Modified: 2007-04-25 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
correct a few things in the rendering dialog (1.31 KB, patch)
2007-04-22 09:53 UTC, Thibaut GIRKA
committed Details | Review
Gettext related issue (177.80 KB, image/png)
2007-04-23 16:19 UTC, Thibaut GIRKA
  Details
Rendering button still enabled (203.42 KB, image/png)
2007-04-23 16:23 UTC, Thibaut GIRKA
  Details

Description Thibaut GIRKA 2007-04-22 09:52:29 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:
Comment 1 Thibaut GIRKA 2007-04-22 09:53:18 UTC
Created attachment 86776 [details] [review]
correct a few things in the rendering dialog
Comment 2 Edward Hervey 2007-04-23 09:00:29 UTC
isn't that a correction on one of your previous patches ?
Comment 3 Edward Hervey 2007-04-23 11:34:33 UTC
I don't have that issue in fact. You might want to run make, in order to rebuild the translation files before running pitivi.
Comment 4 Thibaut GIRKA 2007-04-23 16:18:11 UTC
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.
Comment 5 Thibaut GIRKA 2007-04-23 16:19:39 UTC
Created attachment 86857 [details]
Gettext related issue
Comment 6 Thibaut GIRKA 2007-04-23 16:23:44 UTC
Created attachment 86858 [details]
Rendering button still enabled
Comment 7 Edward Hervey 2007-04-25 09:13:54 UTC
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