GNOME Bugzilla – Bug 661720
[GTK3] "allow-shrink" property
Last modified: 2011-10-15 13:03:42 UTC
(gnumeric:12194): GLib-GObject-WARNING **: g_object_set_valist: object class `GtkDialog' has no property named `allow-shrink' ./src/dialogs/dialog-tabulate.c: "allow-shrink", FALSE,
GtkWindow:allow-shrink has been deprecated since version 2.22 and should not be used in newly-written code. Use GtkWindow:resizable property instead.
The default value for "allow-shrink" was FALSE, so we shouldn't botehr trying to set it to FALSE anyways.
similar issue not worth its own bug: <jon_kare> dialog-autoformat.c:104:2: error: unknown type name ‘GtkVScrollbar’ when building on ubuntu 11.10 just s/VScroll/Scroll/ at lines 104 and 592, I think.
GtkVScrollBar is deprecated in gtk+-3.2.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Also removed some Gtk[H,V]*Box instances in ui files.