aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-30 14:32:18 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-30 14:32:18 +0000
commitab6010092425b73e73dfcd88873ea739470a467d (patch)
tree71d2172cb3764be2a2f463f36c2db81b4dbc79ad
parent5502e7014c338f42074d3159f2176b6f38c657fc (diff)
downloadrpmdrake-ab6010092425b73e73dfcd88873ea739470a467d.tar
rpmdrake-ab6010092425b73e73dfcd88873ea739470a467d.tar.gz
rpmdrake-ab6010092425b73e73dfcd88873ea739470a467d.tar.bz2
rpmdrake-ab6010092425b73e73dfcd88873ea739470a467d.tar.xz
rpmdrake-ab6010092425b73e73dfcd88873ea739470a467d.zip
remove info on last selected package after install (#4648)
-rwxr-xr-xrpmdrake1
-rw-r--r--rpmdrake.spec3
2 files changed, 3 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 0e68049a..0d920f6b 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -827,6 +827,7 @@ Is it ok to continue?", to_utf8($urpm->translate_why_removed($urpm->{state}, @{$
$size_selected = 0;
(undef, $size_free) = MDK::Common::System::df('/usr');
$options->{rebuild_tree}->();
+ gtktext_insert($info, '');
}
};
diff --git a/rpmdrake.spec b/rpmdrake.spec
index 38a500f7..51c53211 100644
--- a/rpmdrake.spec
+++ b/rpmdrake.spec
@@ -103,7 +103,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Dec 23 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-36mdk
- provide drak* names as well
-- fix filelist wrongly displayed in RTL language, thx titi, #6581
+- fix filelist wrongly displayed in RTL language, thx titi (#6581)
+- remove info on last selected package after install (#4648)
* Fri Sep 5 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-35mdk
- fix invalid-build-requires libcurl2-devel