]> git.wh0rd.org - tt-rss.git/commitdiff
notifier: mention license
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 18 Feb 2010 12:42:40 +0000 (15:42 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 18 Feb 2010 12:42:40 +0000 (15:42 +0300)
tt-rss.js
utils/notifier/options.html

index 6d3cc73778139bad149da76ebce2d44a507ae2bd..81a40f21130e825f638206cd27232d96bbb699aa 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -332,6 +332,14 @@ function updateTitle(s) {
                tmp = tmp + " > " + active_title_text;
        }
 
+       if (window.fluid) {
+               if (global_unread > 0) {
+                       window.fluid.dockBadge = global_unread;
+               } else {
+                       window.fluid.dockBadge = "";
+               }
+       }
+
        document.title = tmp;
 }
 
index 2988f41c80b3b2cb01a45dd6ee4b8dbe7cd3e4e6..014c2a3c72916936e744073047aa386945226130 100644 (file)
@@ -160,6 +160,8 @@ fieldset span.note {
                <input type="submit" value="Save"/>
        </form>
 
-       <p>Copyright &copy; 2010 <a target="_blank" href="http://tt-rss.org">Andrew Dolgov</a></p>
+       <p>Copyright &copy; 2010 
+               <a target="_blank" href="http://tt-rss.org">Andrew Dolgov</a>. 
+               Licensed under GNU GPL version 2.</p>
 
 </body>