Parent Directory | Revision Log | Patch
revision 2202 by jpye, Sat Nov 28 02:26:22 2009 UTC | revision 2203 by jpye, Fri May 21 04:29:59 2010 UTC | |
---|---|---|
# | Line 86 class LoadingWindow: | Line 86 class LoadingWindow: |
86 | ||
87 | def set_assets_dir(self, d): | def set_assets_dir(self, d): |
88 | self.assetsdir = d | self.assetsdir = d |
89 | self.splashfile = os.path.join(self.assetsdir,'ascend-loading.svg') | self.splashfile = os.path.join(self.assetsdir,'ascend-loading.png') |
90 | ||
91 | def create_window(self): | def create_window(self): |
92 | if have_gtk: | if have_gtk: |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |