diff options
-rwxr-xr-x | rpmdrake | 1 | ||||
-rw-r--r-- | rpmdrake.spec | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |