GNOME Bugzilla – Bug 633324
Stop invoking size-request completely
Last modified: 2010-11-19 18:40:15 UTC
Created attachment 173380 [details] [review] Patch for gtksizerequest.c to stop emitting size-request This patch finishes up the "kill-size-request" branch by updating gtksizerequest.c to stop invoking the signal. However as I understand we want a lapse where there is a deprecation, this patch should be applied along with the removal of the actual vfunc/signal from GtkWidgetClass.
Fixed in master, plus killing the signal: commit bc0e6b2b2189c973cd415724d842020763b9dee6 Author: Michael Natterer <mitch@gimp.org> Date: Fri Nov 19 19:38:48 2010 +0100 gtk: remove GtkWidget::size-request Fixes Bug 633324 - Stop invoking size-request completely gtk/gtksizerequest.c | 41 +++-------------------------------------- gtk/gtkwidget.c | 34 ---------------------------------- gtk/gtkwidget.h | 2 -- 3 files changed, 3 insertions(+), 74 deletions(-)