about summary refs log tree commit diff stats
path: root/client/trunk/src/com/fourisland
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-07-29 22:04:13 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-07-29 22:04:13 +0000
commit32279751e6588ded0a5c108ed6f424a952f34d2f (patch)
tree40d7b876f8dada75716f4c44a8b465ba3cc0c263 /client/trunk/src/com/fourisland
parenta912b00194ef2344f3205b820231216bf69819d1 (diff)
downloadinstadisc-32279751e6588ded0a5c108ed6f424a952f34d2f.tar.gz
instadisc-32279751e6588ded0a5c108ed6f424a952f34d2f.tar.bz2
instadisc-32279751e6588ded0a5c108ed6f424a952f34d2f.zip
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.
Diffstat (limited to 'client/trunk/src/com/fourisland')
-rw-r--r--client/trunk/src/com/fourisland/instadisc/Item/Item.java2
-rw-r--r--client/trunk/src/com/fourisland/instadisc/resources/InstaDiscView.properties4
2 files changed, 2 insertions, 4 deletions
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 {
51 temp.remove("Verification"); 51 temp.remove("Verification");
52 temp.remove("Verification-ID"); 52 temp.remove("Verification-ID");
53 temp.remove("Subscription"); 53 temp.remove("Subscription");
54 temp.remove("Category");
55 temp.remove("Title"); 54 temp.remove("Title");
55 temp.remove("Author");
56 temp.remove("URL"); 56 temp.remove("URL");
57 di.setSemantics(temp); 57 di.setSemantics(temp);
58 58
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
29StatusBar.busyIcons[11] = busyicons/busy-icon11.png 29StatusBar.busyIcons[11] = busyicons/busy-icon11.png
30StatusBar.busyIcons[12] = busyicons/busy-icon12.png 30StatusBar.busyIcons[12] = busyicons/busy-icon12.png
31StatusBar.busyIcons[13] = busyicons/busy-icon13.png 31StatusBar.busyIcons[13] = busyicons/busy-icon13.png
32StatusBar.busyIcons[14] = busyicons/busy-icon14.png 32StatusBar.busyIcons[14] = busyicons/busy-icon14.png \ No newline at end of file
33
34blog-post.icon = newspaper.png \ No newline at end of file