GNOME Bugzilla – Bug 783080
gdm: Old GTK+ deprecated warnings
Last modified: 2018-05-24 11:36:11 UTC
I believe these deprecated warnings are fairly old: gdm-host-chooser-dialog.c: In function ‘gdm_host_chooser_dialog_constructor’: gdm-host-chooser-dialog.c:140:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] GTK_STOCK_REFRESH, GTK_RESPONSE_APPLY, ^~~~~~~~~~~~~~~~~ gdm-host-chooser-dialog.c:141:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, ^~~~~~~~~~~~~~~~ gdm-host-chooser-dialog.c:142:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] GTK_STOCK_CONNECT, GTK_RESPONSE_OK, ^~~~~~~~~~~~~~~~~ gdm-host-chooser-widget.c: In function ‘gdm_host_chooser_widget_get_type’: gdm-host-chooser-widget.c:93:1: warning: ‘gtk_vbox_get_type’ is deprecated [-Wdeprecated-declarations] G_DEFINE_TYPE (GdmHostChooserWidget, gdm_host_chooser_widget, GTK_TYPE_VBOX) ^~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:282:0, from gdm-host-chooser-widget.c:44: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here GType gtk_vbox_get_type (void) G_GNUC_CONST;
-- 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/gdm/issues/314.