[xiph-commits] r15014 - in trunk/oggPusher/firefox-extension: . chrome/content chrome/content/images

nithin at svn.xiph.org nithin at svn.xiph.org
Fri Jun 13 04:52:52 PDT 2008


Author: nithin
Date: 2008-06-13 04:52:50 -0700 (Fri, 13 Jun 2008)
New Revision: 15014

Added:
   trunk/oggPusher/firefox-extension/chrome/content/images/
   trunk/oggPusher/firefox-extension/chrome/content/images/xiph.ico
Modified:
   trunk/oggPusher/firefox-extension/chrome.manifest
   trunk/oggPusher/firefox-extension/chrome/content/sample.xul
Log:
Adding the icon to the status bar

Added: trunk/oggPusher/firefox-extension/chrome/content/images/xiph.ico
===================================================================
(Binary files differ)


Property changes on: trunk/oggPusher/firefox-extension/chrome/content/images/xiph.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/oggPusher/firefox-extension/chrome/content/sample.xul
===================================================================
--- trunk/oggPusher/firefox-extension/chrome/content/sample.xul	2008-06-12 17:19:59 UTC (rev 15013)
+++ trunk/oggPusher/firefox-extension/chrome/content/sample.xul	2008-06-13 11:52:50 UTC (rev 15014)
@@ -1,7 +1,13 @@
 <?xml version="1.0"?>
 <overlay id="sample" 
          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <statusbar id="status-bar">
-  <statusbarpanel id="my-panel" label="Hello, World"/>
- </statusbar>
+
+
+  <statusbar id="status-bar">
+    <statusbarpanel class="statusbarpanel-iconic" id="oggPusher" tooltiptext="open dialog box"
+                          
+                    src="chrome://oggPusher/content/images/xiph.ico" />
+  </statusbar>
+
+
 </overlay>

Modified: trunk/oggPusher/firefox-extension/chrome.manifest
===================================================================
--- trunk/oggPusher/firefox-extension/chrome.manifest	2008-06-12 17:19:59 UTC (rev 15013)
+++ trunk/oggPusher/firefox-extension/chrome.manifest	2008-06-13 11:52:50 UTC (rev 15014)
@@ -1,2 +1,2 @@
-content     sample    chrome/content/
-overlay chrome://browser/content/browser.xul chrome://sample/content/sample.xul
+content     oggPusher chrome/content/
+overlay chrome://browser/content/browser.xul chrome://oggPusher/content/sample.xul



More information about the commits mailing list