Module: deluge
Branch: master
Commit: 9849a16d2cd675bd5805bf172b4b078fa81cb3b1

Author: Damien Churchill <[email protected]>
Date:   Wed Apr 28 11:55:07 2010 +0100

rename files to match the classes they contain

---

 .../web/js/deluge-all/{Login.js => LoginWindow.js} |    2 +-
 .../js/deluge-all/{Torrents.js => TorrentGrid.js}  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/Login.js 
b/deluge/ui/web/js/deluge-all/LoginWindow.js
similarity index 99%
rename from deluge/ui/web/js/deluge-all/Login.js
rename to deluge/ui/web/js/deluge-all/LoginWindow.js
index a250091..7480437 100644
--- a/deluge/ui/web/js/deluge-all/Login.js
+++ b/deluge/ui/web/js/deluge-all/LoginWindow.js
@@ -1,5 +1,5 @@
 /*!
- * Deluge.Login.js
+ * Deluge.LoginWindow.js
  * 
  * Copyright (c) Damien Churchill 2009-2010 <[email protected]>
  *
diff --git a/deluge/ui/web/js/deluge-all/Torrents.js 
b/deluge/ui/web/js/deluge-all/TorrentGrid.js
similarity index 99%
rename from deluge/ui/web/js/deluge-all/Torrents.js
rename to deluge/ui/web/js/deluge-all/TorrentGrid.js
index 8ffb936..d23d095 100644
--- a/deluge/ui/web/js/deluge-all/Torrents.js
+++ b/deluge/ui/web/js/deluge-all/TorrentGrid.js
@@ -1,5 +1,5 @@
 /*!
- * Deluge.Torrents.js
+ * Deluge.TorrentGrid.js
  * 
  * Copyright (c) Damien Churchill 2009-2010 <[email protected]>
  *

-- 
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.

Reply via email to