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 620509 - Progress bar rendering is broken
Progress bar rendering is broken
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.90.x
Other All
: Normal critical
: ---
Assigned To: Christian Dywan
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-03 20:03 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-06-05 00:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Call into GtkProgress to update fraction and text (1.32 KB, patch)
2010-06-04 00:04 UTC, Christian Dywan
accepted-commit_now Details | Review

Description Javier Jardón (IRC: jjardon) 2010-06-03 20:03:57 UTC
The progrees bar rendering is currently broken.

Take a look to the progress bar demo in tests/gtkdemo.
Comment 1 Christian Dywan 2010-06-04 00:04:06 UTC
Created attachment 162710 [details] [review]
Call into GtkProgress to update fraction and text

This adds calls to update the status of GtkProgress and testgtk will again show progress, activity and text.
Comment 2 Matthias Clasen 2010-06-04 18:06:19 UTC
Comment on attachment 162710 [details] [review]
Call into GtkProgress to update fraction and text

Ok, thanks for fixing this quickly. 

I still think we want to get rid of GtkProgress altogether. For now, we can just make it private in 2.90, maybe ?
Comment 3 Javier Jardón (IRC: jjardon) 2010-06-05 00:12:41 UTC
(In reply to comment #2)

> I still think we want to get rid of GtkProgress altogether. For now, we can
> just make it private in 2.90, maybe ?

filled bug #620611