GNOME Bugzilla – Bug 685310
Fix FTBFS on Debian GNU/Linux because of using deprecated functions in paneltogglebutton.c
Last modified: 2012-10-10 23:17:45 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.
Created attachment 225601 [details] [review] Replace deprecated functions in paneltogglebutton.c