aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-06 12:37:43 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-06 12:37:43 +0000
commit6beab85440ed514018ca2f31357e5b222dd958a9 (patch)
tree6d042857fc0339c4cf2509c418646cd4a131b90b
parent4c51f1e79e439a2b37b830174f98154782ca9e8b (diff)
downloadrpmdrake-6beab85440ed514018ca2f31357e5b222dd958a9.tar
rpmdrake-6beab85440ed514018ca2f31357e5b222dd958a9.tar.gz
rpmdrake-6beab85440ed514018ca2f31357e5b222dd958a9.tar.bz2
rpmdrake-6beab85440ed514018ca2f31357e5b222dd958a9.tar.xz
rpmdrake-6beab85440ed514018ca2f31357e5b222dd958a9.zip
actually i found a way to force gtk to recompute size for shrinking when a child widget gets destroyed
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index 962feb85..bd5c8fc7 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1163,6 +1163,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
$canceled and return 'canceled';
});
$canceled and goto return_with_error;
+ gurpm::invalidate_cancel_forever();
my %sources_install = %{$urpm->extract_packages_to_install(\%sources) || {}};
my @rpms_install = grep { !/\.src\.rpm$/ } values %sources_install;