fix #1785 (When opening preferences from welcome dialog, URL doesn't update)

This commit is contained in:
rolux 2013-08-08 13:16:24 +00:00
parent 00739a024c
commit acf0f2906f

View file

@ -364,7 +364,7 @@ pandora.ui.accountWelcomeDialog = function() {
title: Ox._('Preferences...')
}).bindEvent('click', function() {
that.close();
pandora.$ui.preferencesDialog = pandora.ui.preferencesDialog().open();
pandora.UI.set({page: 'preferences'})
}),
{},
Ox.Button({