Module: deluge Branch: master Commit: 3c302088f698a0fb0968672856f8248a4b18a2bc
Author: Damien Churchill <[email protected]> Date: Sat Oct 23 21:24:05 2010 +0100 fix the path to the loading gif (not that its actually used) --- deluge/ui/web/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/index.html b/deluge/ui/web/index.html index da0517d..bb48596 100644 --- a/deluge/ui/web/index.html +++ b/deluge/ui/web/index.html @@ -31,7 +31,7 @@ </script> </head> <body> - <div style="background-image: url('${base}themes/default/tree/loading.gif');"></div> + <div style="background-image: url('${base}themes/images/default/tree/loading.gif');"></div> <!-- Preload icon classes --> <div class="ext-mb-error"></div> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
