From b03650fca9ae011be8e2b10eaa459c5543b4f2db Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 28 Aug 2007 17:36:08 +0000 Subject: (invalidate_cancel_forever) temporary workaround that prevents Gtk2::Label::set_text() set_text_internal() -> queue_resize() -> size_allocate() call chain to mess up when ->shrink_topwindow() has been called (#32613) --- Rpmdrake/gurpm.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Rpmdrake/gurpm.pm b/Rpmdrake/gurpm.pm index 255cee11..d29dea8c 100755 --- a/Rpmdrake/gurpm.pm +++ b/Rpmdrake/gurpm.pm @@ -93,7 +93,11 @@ sub invalidate_cancel() { sub invalidate_cancel_forever() { $hbox_cancel or return; $hbox_cancel->destroy; - $mainw->shrink_topwindow; + # FIXME: temporary workaround that prevents + # Gtk2::Label::set_text() set_text_internal() -> queue_resize() -> + # size_allocate() call chain to mess up when ->shrink_topwindow() + # has been called (#32613): + #$mainw->shrink_topwindow; } 1; -- cgit v1.2.1