1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00
This commit is contained in:
Nikolay Pultsin 2011-03-04 13:10:15 +00:00
parent c33068229c
commit 401b38d746

View file

@ -60,7 +60,6 @@ class OPDSCustomLink extends OPDSNetworkLink implements ICustomNetworkLink {
myHasChanges = false;
}
public final void setIcon(String icon) {
myHasChanges = myHasChanges || !ZLMiscUtil.equals(myIcon, icon);
myIcon = icon;