diff options
-rwxr-xr-x | rpmdrake | 1 | ||||
-rw-r--r-- | rpmdrake.spec | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -331,6 +331,7 @@ sub do_search($$$$$$$) { my $last_iter = $tree_model->iter_nth_child(undef, $tree_model->iter_n_children(undef) - 1); my $path = $tree_model->get_path($last_iter); $tree->expand_row($path, 0); + $tree->scroll_to_cell($path, undef, 1, 0.5, 0); $path->free; $last_iter->free; } else { $options->{add_nodes}->([ '', $results_none, { nochild => 1 } ]); diff --git a/rpmdrake.spec b/rpmdrake.spec index a88688e3..7acd895b 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -107,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT drakxtools > 9.2-0.7mdk to work properly though) - split translation of groups to ease i18n job - fix some missing translations for compssUsers ("Mandrake Choices") +- scroll to the search results * Fri Jun 6 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-23mdk - rpmdrake: at install time, when some local files are impossible |