GNOME Bugzilla – Bug 629598
Do not use deprecated gtk_widget_size_request()
Last modified: 2010-09-15 01:05:17 UTC
Use gtk_size_request_get_size() instead
Created attachment 170208 [details] [review] Do not use deprecated gtk_widget_size_request()
Review of attachment 170208 [details] [review]: I took the time again to go over this huge patch line by line. All the code looks fine and in place, I wonder if in gtkwidget.c where gtk_widget_get_size_request() is documented; if it should read "To get the size a widget will actually request" instead of saying "To get the size a widget will actually use". However, this documentation was already a bit ambiguous about that detail before your patch.
Comment on attachment 170208 [details] [review] Do not use deprecated gtk_widget_size_request() committed with your documentation fix, thanks for the review! commit b140884fec56d0ac5f15fe3937879a7a1dd6f0c1