From f370c6fb28ea463c2d11ece5ceffe5c10c422465 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 7 Feb 2007 16:45:38 +0000 Subject: [PATCH] ebl fix gtk find word function git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4137 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/brestore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 768bafe36a..b88177a9c2 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -1020,7 +1020,7 @@ sub new 'Size' => 'text', 'Date' => 'text'); init_drag_drop($fileview); - $fileview->set_search_column(4); # search on File Name + $fileview->set_search_column(6); # search on File Name # Connect glade-restore_list to Gtk2::SimpleList $widget = $glade->get_widget('restorelist'); -- 2.39.5