From 72e6e7839feaebf26a9011cd3f5041a43eed5905 Mon Sep 17 00:00:00 2001 From: Siegfried-Angel Gevatter Pujals Date: Tue, 7 Jul 2009 12:20:17 +0200 Subject: [PATCH] Reset page number when changing the active category --- js/ui/appDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index cff528245..f45548ace 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -296,7 +296,7 @@ AppDisplay.prototype = { this._activeMenuApps = this._appSystem.get_applications_for_menu(id); } } - this._redisplay(); + this._redisplay(true); })); this._menuDisplay.append(display.actor, 0); },