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 737287 - Warnings when running with G_ENABLE_DIAGNOSTIC=1
Warnings when running with G_ENABLE_DIAGNOSTIC=1
Status: RESOLVED OBSOLETE
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-09-24 19:13 UTC by Jean Bréfort
Modified: 2018-05-22 14:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean Bréfort 2014-09-24 19:13:44 UTC
(gnumeric:32305): GLib-GObject-WARNING **: The property GtkToolButton:stock-id is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The signal GtkWidget::state-changed is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The signal GtkWidget::state-changed is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The signal GtkWidget::state-changed is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The signal GtkWidget::state-changed is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The property GtkAlignment:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:32305): GLib-GObject-WARNING **: The signal GtkWidget::state-changed is deprecated and shouldn't be used anymore. It will be removed in a future versio
Comment 1 Morten Welinder 2014-09-25 00:46:13 UTC
That's not as bad as I feared.

GtkWidget::state-changed is probably from goffice/gtk/go-combo-box.c
Comment 2 Jean Bréfort 2014-09-25 08:35:58 UTC
I just opened and closed gnumeric, not tested any dialog. Ther might be other issues then.
Comment 3 Jean Bréfort 2014-09-25 08:47:38 UTC
I also get this with the graph guru:

(gnumeric:17955): GLib-GObject-WARNING **: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version.

(gnumeric:17955): GLib-GObject-WARNING **: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version.
Comment 4 Morten Welinder 2014-09-27 20:31:05 UTC
I took care of the state-changed signal.  We now use the state-flags-changed
signal.
Comment 5 Jean Bréfort 2014-09-28 05:37:55 UTC
The GtkWidget:Margin-[left,right] can't be replaced for now (need gtk+ >= 3.12.0).
GtkAlignment is deprecated and should be replaced.
Comment 6 GNOME Infrastructure Team 2018-05-22 14:13:12 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnumeric/issues/264.