rename qfdDelete() to unsubscribeFeed()

This commit is contained in:
Andrew Dolgov 2007-08-26 07:28:29 +01:00
parent 19ee477b5a
commit e978f78de5
1 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ function quickMenuGo(opid) {
var pr = __("Unsubscribe from %s?").replace("%s", fn);
if (confirm(pr)) {
qfdDelete(actid);
unsubscribeFeed(actid);
}
return;
@ -510,7 +510,7 @@ function quickMenuGo(opid) {
}
}
function qfdDelete(feed_id) {
function unsubscribeFeed(feed_id) {
notify_progress("Removing feed...");