Symbian.org/RssReader.js
changeset 2 99bc8e56b756
parent 0 54498df70f5d
child 10 07ac2f6a36a9
equal deleted inserted replaced
1:609a552a42fa 2:99bc8e56b756
    57 		}
    57 		}
    58 		uiManager.hideNotification();
    58 		uiManager.hideNotification();
    59 	}
    59 	}
    60 	else if (event.status != "cancelled") {
    60 	else if (event.status != "cancelled") {
    61 		// show error message
    61 		// show error message
    62 		uiManager.showNotification(3000, "warning", "Error while updating feed!<br/>(check network settings)");
    62 		uiManager.showNotification(3000, "warning", "Error while updating feed!");
    63 	}
    63 	}
    64 	
    64 	
    65 	// reset the broker 
    65 	// reset the broker 
    66 	this.feedUpdateBroker = null;
    66 	this.feedUpdateBroker = null;
    67 	this.feedUpdateBrokerActive = false;
    67 	this.feedUpdateBrokerActive = false;