diff options
-rwxr-xr-x | rpmdrake | 1 | ||||
-rw-r--r-- | rpmdrake.spec | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -859,6 +859,7 @@ Is it ok to continue?", $urpm->translate_why_removed($urpm->{state}, @{$urpm->{a clicked => sub { Gtk2->main_quit }))) )))); $> and $action_button->set_sensitive(0); + $find_entry->grab_focus; my $pixbuf_icon = gtkcreate_pixbuf("title-$MODE"); $darea->modify_font(Gtk2::Pango::FontDescription->from_string('Sans Italic 24')); my %t = (remove => N("Software Packages Removal"), update => N("Mandrake Update"), install => N("Software Packages Installation")); diff --git a/rpmdrake.spec b/rpmdrake.spec index 0678c8c1..8b7cc512 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -107,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT - fix #4914 (program crashes when trying to add a medium) - MandrakeUpdate: handle subdirectory in "updates" for special Mandrake issues such as corporate/clustering/etc +- rpmdrake: focus in the find entry on startup (#5021) * Wed Aug 13 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-31mdk - require root capability when run "Install Sofware" and add a new |