From 32279751e6588ded0a5c108ed6f424a952f34d2f Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 29 Jul 2008 22:04:13 +0000 Subject: Client: Fixed some small errors These errors would have been prevented if SOMEONE had looked over the modified source BEFORE committing. This is a message to all future VCS users. --- client/trunk/src/com/fourisland/instadisc/Item/Item.java | 2 +- .../src/com/fourisland/instadisc/resources/InstaDiscView.properties | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'client') diff --git a/client/trunk/src/com/fourisland/instadisc/Item/Item.java b/client/trunk/src/com/fourisland/instadisc/Item/Item.java index a186ddb..e67b1ec 100644 --- a/client/trunk/src/com/fourisland/instadisc/Item/Item.java +++ b/client/trunk/src/com/fourisland/instadisc/Item/Item.java @@ -51,8 +51,8 @@ public class Item { temp.remove("Verification"); temp.remove("Verification-ID"); temp.remove("Subscription"); - temp.remove("Category"); temp.remove("Title"); + temp.remove("Author"); temp.remove("URL"); di.setSemantics(temp); diff --git a/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscView.properties b/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscView.properties index b0d7474..e1c2be6 100644 --- a/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscView.properties +++ b/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscView.properties @@ -29,6 +29,4 @@ StatusBar.busyIcons[10] = busyicons/busy-icon10.png StatusBar.busyIcons[11] = busyicons/busy-icon11.png StatusBar.busyIcons[12] = busyicons/busy-icon12.png StatusBar.busyIcons[13] = busyicons/busy-icon13.png -StatusBar.busyIcons[14] = busyicons/busy-icon14.png - -blog-post.icon = newspaper.png \ No newline at end of file +StatusBar.busyIcons[14] = busyicons/busy-icon14.png \ No newline at end of file -- cgit 1.4.1