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 371561 - Inconsistency in naming Statusbar/ProgressBar
Inconsistency in naming Statusbar/ProgressBar
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: .General
2.10.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-11-06 15:19 UTC by German Diago
Modified: 2006-11-07 15:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description German Diago 2006-11-06 15:19:42 UTC
When I was coding I realized that Gtk::Statusbar class didn't have its b in capital letter but ProgressBar is with a capital B. I think Statusbar should be written as StatusBar.


Other information:
Comment 1 Murray Cumming 2006-11-06 17:11:37 UTC
We just took the names from GTK+:
http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusbar.html
http://developer.gnome.org/doc/API/2.0/gtk/GtkProgressBar.html

And I'll take the liberty of closing it as a GTK+ bug, because a) It can't be changed now without breaking API, and b) It's not a big problem. I agree it's not perfect.
Comment 2 German Diago 2006-11-07 15:18:00 UTC
ok, just wanted to keep informed of the inconsistency. ;-)