uwa_syshd 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module UWA
5
5
  module Widget
6
6
  class SysHd < UWA::Handler
7
7
  NAME = 'uwa_syshd'
8
- VERSION = '0.2'
8
+ VERSION = '0.3'
9
9
  COPYRIGHT = 'Copyright (C) 2007 Florent Solt'
10
10
  DESC = 'UWA system hard disk usage widget'
11
11
  AUTHOR = 'Florent Solt'
data/resources/script.js CHANGED
@@ -1,4 +1,8 @@
1
1
  widget.onLoad = function() {
2
+ widget.onRefresh();
3
+ }
4
+
5
+ widget.onRefresh = function() {
2
6
  widget.remoteJson('values', widget.onValues);
3
7
  }
4
8
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: uwa_syshd
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.2"
7
- date: 2007-04-06 00:00:00 +02:00
6
+ version: "0.3"
7
+ date: 2007-04-12 00:00:00 +02:00
8
8
  summary: UWA system hard disk usage widget
9
9
  require_paths:
10
10
  - lib