Changeset 623 for trunk/uploadr
- Timestamp:
- 04/16/09 22:11:43 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/uploadr/MacUploadr.app/Contents/Resources/chrome/content/uploadr/main.xul
r619 r623 29 29 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 30 30 xmlns:html="http://www.w3.org/1999/xhtml" 31 onload="conf.load_ini('&base.url;'); threads.init(); users.load(); ui.users_updated();"31 onload="conf.load_ini('&base.url;'); threads.init();" 32 32 onclose="return exit();" persist="screenX screenY width height sizemode" 33 33 > trunk/uploadr/MacUploadr.app/Contents/Resources/chrome/content/uploadr/photos.js
r620 r623 955 955 956 956 957 users.load(); 958 ui.users_updated(); 957 959 958 960