GNOME Bugzilla – Bug 608884
The default value of the property 'resize' in GtkPaned section should be TRUE, but it is FALSE.
Last modified: 2014-01-25 04:57:51 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
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.
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...