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 732624 - sound: Use GtkBox instead of GtkHBox
sound: Use GtkBox instead of GtkHBox
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
3.13.x
Other All
: Normal normal
: ---
Assigned To: Control center sound maintainer(s)
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-02 13:03 UTC by Debarshi Ray
Modified: 2014-07-02 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sound: Use GtkBox instead of GtkHBox (6.55 KB, patch)
2014-07-02 13:35 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2014-07-02 13:03:28 UTC
GtkHBox has been deprecated for a while and migrating to GtkBox is trivial. Lets just do that and try to clean up the build, which is currently very noisy.
Comment 1 Debarshi Ray 2014-07-02 13:35:09 UTC
Created attachment 279749 [details] [review]
sound: Use GtkBox instead of GtkHBox
Comment 2 Bastien Nocera 2014-07-02 15:28:40 UTC
Review of attachment 279749 [details] [review]:

Looks fine in my limited testing.
Comment 3 Debarshi Ray 2014-07-02 15:45:53 UTC
Comment on attachment 279749 [details] [review]
sound: Use GtkBox instead of GtkHBox

Thanks for the review, Bastien.