Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 366:0806a65a5fa9
wix: updated paths to use media_dir
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 18 Jun 2011 22:51:33 +0200 |
parents | 208107419b17 |
children | f964dcec1611 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Sat Jun 18 17:56:59 2011 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Sat Jun 18 22:51:33 2011 +0200 @@ -81,6 +81,7 @@ self.current_action_ids = set() self.current_action_ids_cb = {} + self.media_dir = self.bridge.getConfig('','media_dir') def check_profile(self, profile): """Tell if the profile is currently followed by the application"""