diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-07-01 16:02:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-07-01 16:02:51 +0000 |
commit | ea98480e08910bbd08799dd666f7e89c4916f614 (patch) | |
tree | 8c073d91ae5b706f274844247bc897f0a2f8ccbb | |
parent | 768ff840572f91e36312a45a38f8ff24ee7de4cd (diff) | |
download | rpmdrake-ea98480e08910bbd08799dd666f7e89c4916f614.tar rpmdrake-ea98480e08910bbd08799dd666f7e89c4916f614.tar.gz rpmdrake-ea98480e08910bbd08799dd666f7e89c4916f614.tar.bz2 rpmdrake-ea98480e08910bbd08799dd666f7e89c4916f614.tar.xz rpmdrake-ea98480e08910bbd08799dd666f7e89c4916f614.zip |
(do_search) remove code that wrongly wasn't removed in latest commit
-rwxr-xr-x | rpmdrake | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -197,7 +197,6 @@ sub do_search($$$$$$$) { $tree->scroll_to_cell($path, undef, 1, 0.5, 0); } } else { - statusbar_msg(N("Search results (none)"), 1); statusbar_msg($results_none, 1); gtkset_mousecursor_normal($::w->{rwindow}->window); } |