gnome-shell/js
Ray Strode 2d2020a20d loginDialog: defer loading user list until idle
In some cases we load the user list after going back
to main loop and in other cases we load the user list
right away (depending on if accounts service is ready).

In the case we load the user list right away we cause a
traceback because loading the user list forces a reset,
which then tries to reset actors which aren't instantiated
yet.

This commit ensures the user list is loaded after the constructor
finishes and the event loop runs irregardless of the accountsservice
state.

https://bugzilla.gnome.org/show_bug.cgi?id=721868
2014-01-13 12:42:33 -05:00
..
extensionPrefs Synchronize shell startup 2013-11-04 11:50:20 -05:00
gdm loginDialog: defer loading user list until idle 2014-01-13 12:42:33 -05:00
misc fileUtils: Remove listDirAsync() 2014-01-09 13:23:26 -05:00
perf
ui appDisplay: Fix style 2014-01-13 11:39:30 -05:00
js-resources.gresource.xml Sort js-resources.gresource.xml 2013-12-04 20:44:22 -05:00
Makefile.am build: Add built js-resources to CLEANFILES 2013-11-13 21:24:30 +01:00