GNOME Bugzilla – Bug 635117
Replace size_request by get_preferred_width/height
Last modified: 2010-11-19 17:39:32 UTC
As It'll removed soon from GTK+3
Created attachment 174720 [details] [review] Replace size_request by get_preferred_width/height
Comment on attachment 174720 [details] [review] Replace size_request by get_preferred_width/height There's one more "size-request" signals used to constrain the height of the treeview. Any chance for you to check it?
*** Bug 633505 has been marked as a duplicate of this bug. ***
Created attachment 174858 [details] [review] gvc-sound-theme-chooser: Replace size_request signal Untested patch (of course compiles) as gnome-control-center crashes here on startup (before apply the patch).
gvc-sound-theme-chooser.c: In function ‘setup_list_size_constraint’: gvc-sound-theme-chooser.c:1016:53: warning: passing argument 1 of ‘gtk_scrolled_window_set_min_content_height’ from incompatible pointer type /home/hadess/Projects/gnome-install/include/gtk-3.0/gtk/gtkscrolledwindow.h:122:16: note: expected ‘struct GtkScrolledWindow *’ but argument is of type ‘struct GtkWidget *’
Attachment 174858 [details] pushed as 5c53a05 - gvc-sound-theme-chooser: Replace size_request signal