[Pkg-privacy-commits] [xul-ext-monkeysphere] 40/296: Added a 'throbber' progress icon

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 7791fa1026e0398f73af350d67de04fbe5972e8c
Author: Matthew James Goins <mjgoins at openflows.com>
Date:   Sun Jan 10 14:27:28 2010 -0500

    Added a 'throbber' progress icon
---
 chrome/content/monkeysphere.js |   2 +-
 chrome/content/progress.gif    | Bin 0 -> 5957 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index af8dd89..4aa94ac 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -163,7 +163,7 @@ var monkeysphere = {
 	break;
       case monkeysphere.states.PRG:
 	monkeysphere.log("main", "set status: PRG");
-	icon.setAttribute("src", "chrome://monkeysphere/content/default.png");
+	icon.setAttribute("src", "chrome://monkeysphere/content/progress.gif");
 	break;
       case monkeysphere.states.VAL:
 	monkeysphere.log("main", "set status: VAL");
diff --git a/chrome/content/progress.gif b/chrome/content/progress.gif
new file mode 100644
index 0000000..2a55161
Binary files /dev/null and b/chrome/content/progress.gif differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list