From f69ae29e39a98f9a588a1bf0f50e5ab0eea12770 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 28 Jul 2008 14:13:48 +0000
Subject: remove void keyword for osWeatherMap.lsl. Update asset and inventory
uuids so that these new versions will show up in systems where they were
before.
---
bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml | 6 +++---
bin/assets/ScriptsAssetSet/osWeatherMap.lsl | 2 +-
bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml | 12 ++++++------
3 files changed, 10 insertions(+), 10 deletions(-)
(limited to 'bin')
diff --git a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
index 982e35b..6585f7d 100644
--- a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
+++ b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
@@ -108,19 +108,19 @@
-
+
diff --git a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
index 8fc6007..6a2232b 100644
--- a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
+++ b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
@@ -6,7 +6,7 @@ string URL3 = "http://icons.wunderground.com/data/640x480/2xus_st.gif";
string dynamicID="";
string contentType="image";
-void refresh_texture()
+refresh_texture()
{
count++;
string url = "";
diff --git a/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml b/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml
index 4cf3081..6c590a6 100644
--- a/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml
+++ b/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml
@@ -288,8 +288,8 @@
-
-
+
+
@@ -301,8 +301,8 @@
-
-
+
+
@@ -314,8 +314,8 @@