[Bug 954993] Re: Uses deprecated GTK3 API
Pojar George
954993 at bugs.launchpad.net
Wed Mar 14 22:13:06 UTC 2012
** Patch removed: "patch (gnomeradio_1.8-2ubuntu1)"
https://bugs.launchpad.net/ubuntu/+source/gnomeradio/+bug/954993/+attachment/2869255/+files/gnomeradio_1.8-2ubuntu1.debdiff
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/954993
Title:
Uses deprecated GTK3 API
Status in “gnomeradio” package in Ubuntu:
Confirmed
Bug description:
Building gnomeradio-1.8-2 source in current precise with GTK3 give
warnings:
Extract from build log:
-------------------------------------------------------------------------------------
gui.c: In function 'gnome_radio_gui':
gui.c:922:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gui.c:923:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gui.c:924:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gui.c:925:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gui.c:926:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gui.c:937:2: warning: 'gtk_hscale_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:60): Use 'gtk_scale_new' instead [-Wdeprecated-declarations]
gui.c:962:2: warning: 'gtk_vseparator_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvseparator.h:66): Use 'gtk_separator_new' instead [-Wdeprecated-declarations]
gui.c:965:2: warning: 'gtk_vseparator_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvseparator.h:66): Use 'gtk_separator_new' instead [-Wdeprecated-declarations]
-------------------------------------------------------------------------------------
and more (see full build log attached)
I will make a patch (soon).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnomeradio/+bug/954993/+subscriptions
More information about the Ubuntu-sponsors
mailing list