From 006ade1ae805804184237c1dae411cfd9c6d4a71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E2=80=9CAlexandr?= <“popov2al@gmail.com”> Date: Sun, 12 Apr 2009 13:48:49 +0400 Subject: [PATCH] changing pkgsearch.py for work with new config option --- src/pkgsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgsearch.py b/src/pkgsearch.py index 858d55a..62fd14e 100644 --- a/src/pkgsearch.py +++ b/src/pkgsearch.py @@ -12,7 +12,7 @@ class Search_Pkg_Control(object): def __init__(self, config, show_funct): win_width = config.get('window_width') win_height = config.get('window_height') - count = config.get('default_count') + count = config.get('default_pkg_count') self.show_func = show_funct self.abstr = Search_Pkg_Abstraction() self.present = Search_Pkg_Presentation(win_width, win_height, count, self.start_search) -- 1.7.9.5