changeset 191:5f9e6509cd30

get OPML import working again
author Myk Melez <myk@mozilla.org>
date Tue, 22 Jul 2008 01:36:52 -0700
parents 8e61b480af10
children da18f7de05d6
files extension/content/subscribe.js
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extension/content/subscribe.js	Mon Jul 21 19:13:02 2008 -0700
+++ b/extension/content/subscribe.js	Tue Jul 22 01:36:52 2008 -0700
@@ -175,9 +175,6 @@
       let name = aOutline.getAttribute("title") || aOutline.getAttribute("text");
       let feed = new SnowlFeed(null, name || "untitled", uri);
 
-      // XXX Should the next line be refactored into _subscribe?
-      document.getElementById("sourceTitle").value = "Subscribing to " + (name || uri.spec);
-
       let future = new Future();
       this._subscribe(feed, future.fulfill);
       yield future.result();