From ab6010092425b73e73dfcd88873ea739470a467d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 30 Dec 2003 14:32:18 +0000 Subject: remove info on last selected package after install (#4648) --- rpmdrake | 1 + rpmdrake.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 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 2.1-35mdk - fix invalid-build-requires libcurl2-devel -- cgit v1.2.1