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 685310 - Fix FTBFS on Debian GNU/Linux because of using deprecated functions in paneltogglebutton.c
Fix FTBFS on Debian GNU/Linux because of using deprecated functions in panelt...
Status: RESOLVED FIXED
Product: byzanz
Classification: Other
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: byzanz-maint
byzanz-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-02 16:13 UTC by Markus Koschany
Modified: 2012-10-10 23:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace deprecated functions in paneltogglebutton.c (2.51 KB, patch)
2012-10-02 16:14 UTC, Markus Koschany
committed Details | Review

Description Markus Koschany 2012-10-02 16:13:44 UTC
Byzanz fails to build from source on Debian GNU/Linux. The reason is the usage of deprecated functions in src/paneltogglebutton.c namely gtk_widget_size_request and gtk_paint_flat_box.

The attached patch from Etienne Millon fixes the issue.
Comment 1 Markus Koschany 2012-10-02 16:14:30 UTC
Created attachment 225601 [details] [review]
Replace deprecated functions in paneltogglebutton.c