[tuxdroid-svn] r591 - in software/gadgets/light_monitor/trunk: . Light_monitor
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2007-10-09 09:30:06
|
Author: Paul_R Date: 2007-10-09 11:30:03 +0200 (Tue, 09 Oct 2007) New Revision: 591 Modified: software/gadgets/light_monitor/trunk/Light_monitor.tgf software/gadgets/light_monitor/trunk/Light_monitor/about.xml software/gadgets/light_monitor/trunk/Light_monitor/settings.xml Log: * Minor changes to differentiate it compared to the battery monitor gadget Modified: software/gadgets/light_monitor/trunk/Light_monitor/about.xml =================================================================== --- software/gadgets/light_monitor/trunk/Light_monitor/about.xml 2007-10-09 09:02:10 UTC (rev 590) +++ software/gadgets/light_monitor/trunk/Light_monitor/about.xml 2007-10-09 09:30:03 UTC (rev 591) @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <about> + <gadget_description type='str'>Light monitor for tux droid</gadget_description> + <gadget_author type='str'>Paul Rathgeb</gadget_author> <gadget_name type='str'>light_monitor</gadget_name> - <gadget_author type='str'>Paul Rathgeb</gadget_author> - <gadget_description type='str'>Light monitor for tux droid</gadget_description> <gadget_version type='str'>0.0.1</gadget_version> </about> Modified: software/gadgets/light_monitor/trunk/Light_monitor/settings.xml =================================================================== --- software/gadgets/light_monitor/trunk/Light_monitor/settings.xml 2007-10-09 09:02:10 UTC (rev 590) +++ software/gadgets/light_monitor/trunk/Light_monitor/settings.xml 2007-10-09 09:30:03 UTC (rev 591) @@ -31,9 +31,9 @@ <general> <gui_state> <widget> - <y type='int'>73</y> + <y type='int'>317</y> <visible type='bool'>True</visible> - <x type='int'>10</x> + <x type='int'>0</x> </widget> <conf> <y type='int'>131</y> Modified: software/gadgets/light_monitor/trunk/Light_monitor.tgf =================================================================== (Binary files differ) |