From: eshe Date: Sun, 6 Jun 2010 11:03:31 +0000 (+0100) Subject: Changelog updated. X-Git-Url: http://vcs.maemo.org/git/?p=jenirok;a=commitdiff_plain;h=86fd9a58d85dc062736f8085d9d9898cec725e15 Changelog updated. --- diff --git a/debian/changelog b/debian/changelog index 5fd71f3..165227f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jenirok (0.1-7) unstable; urgency=low * Decreased daemon's memory usage. + * Increased maximum number of search results to 30. -- Jesse Hakanen Sat, 5 Jun 2010 10:20:47 +0100 diff --git a/src/common/eniro.h b/src/common/eniro.h index 4660740..733508a 100644 --- a/src/common/eniro.h +++ b/src/common/eniro.h @@ -65,7 +65,7 @@ public: QString id; }; - static unsigned int const DEFAULT_MAX_RESULTS = 20; + static unsigned int const DEFAULT_MAX_RESULTS = 30; Eniro(Site site, QObject *parent = 0);