Reset page number when changing the active category

This commit is contained in:
Siegfried-Angel Gevatter Pujals 2009-07-07 12:20:17 +02:00 committed by Owen W. Taylor
parent 732573331a
commit 72e6e7839f

View File

@ -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);
},