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 608884 - The default value of the property 'resize' in GtkPaned section should be TRUE, but it is FALSE.
The default value of the property 'resize' in GtkPaned section should be TRUE...
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-02-03 12:19 UTC by tigran
Modified: 2014-01-25 04:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make GtkPaned::resize correctly default to FALSE (424 bytes, patch)
2010-03-05 17:12 UTC, Christian Dywan
none Details | Review

Description tigran 2010-02-03 12:19:42 UTC
The default value of the property 'resize' in GtkPaned section should be TRUE, but it is FALSE.

Also reported at http://linuxtesting.org/results/report?num=D0150
Comment 1 Christian Dywan 2010-03-05 17:12:26 UTC
Created attachment 155331 [details] [review]
Make GtkPaned::resize correctly default to FALSE

I think you meant to say the opposite? Currently the property suggests the default TRUE, but it really is FALSE in practise.
Comment 2 Matthias Clasen 2010-03-08 23:51:35 UTC
Actually, if you look at gtk_paned_add1 and gtk_paned_add2, the effective default value is FALSE for the first child and TRUE for the second child. No way to win here...