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 661720 - [GTK3] "allow-shrink" property
[GTK3] "allow-shrink" property
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-10-13 23:22 UTC by Morten Welinder
Modified: 2011-10-15 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2011-10-13 23:22:16 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,
Comment 1 Andreas J. Guelzow 2011-10-14 03:47:35 UTC
GtkWindow:allow-shrink has been deprecated since version 2.22 and should not be used in newly-written code. Use GtkWindow:resizable property instead.
Comment 2 Andreas J. Guelzow 2011-10-14 03:48:48 UTC
The default value for "allow-shrink" was FALSE, so we shouldn't botehr trying to set it to FALSE anyways.
Comment 3 Andreas J. Guelzow 2011-10-14 16:43:52 UTC
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.
Comment 4 Jean Bréfort 2011-10-15 05:22:59 UTC
GtkVScrollBar is deprecated in gtk+-3.2.
Comment 5 Jean Bréfort 2011-10-15 13:03:42 UTC
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.