Skip to content

Commit

Permalink
efl: fix LW loading
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Dec 5, 2009
1 parent 18ed8fd commit e9afd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amsn2/ui/front_ends/efl/login.py
Expand Up @@ -15,7 +15,7 @@ def __init__(self, amsn_core, parent):
self._evas = parent._evas
self._parent = parent
self._account_views = []
self._ui_manager = self._amsn_core._ui_manager
self._ui_manager = self._core._ui_manager

edje.frametime_set(1.0 / 30)

Expand Down

0 comments on commit e9afd4d

Please sign in to comment.