From: Eric Bollengier Date: Wed, 7 Feb 2007 16:45:38 +0000 (+0000) Subject: ebl fix gtk find word function X-Git-Tag: Release-2.2.0~1075 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f370c6fb28ea463c2d11ece5ceffe5c10c422465;p=bacula%2Fbacula ebl fix gtk find word function git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4137 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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');