Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-07-31 21:26:59 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-07-31 21:26:59 (GMT)
commitbe56f442dbe953fc9a202f1eea6b489eff3da27f (patch)
tree2956cfc69da790496f996d55823fe8fd1a0a1751
parent36722290c02a55f34afa5bf99e1f127ffb7381c6 (diff)
Release version 38.trial-2
-rw-r--r--NEWS4
-rwxr-xr-xactivity/activity.info2
-rw-r--r--volumestoolbar.py3
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 810cdef..2b26e01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+38
+
+* Detect USB devices only on hotplug for now. (marco)
+
37
* Add greek translation. (simosx)
diff --git a/activity/activity.info b/activity/activity.info
index ac41ef3..1e2f5fa 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = Journal
-activity_version = 37
+activity_version = 38
service_name = org.laptop.JournalActivity
icon = activity-journal
class = journalactivity.JournalActivity
diff --git a/volumestoolbar.py b/volumestoolbar.py
index 0065ad3..bcf038b 100644
--- a/volumestoolbar.py
+++ b/volumestoolbar.py
@@ -63,7 +63,8 @@ class VolumesToolbar(gtk.Toolbar):
self._udi_to_mount_id = {}
- gobject.idle_add(self._add_current_hal_devices)
+ # FIXME For now require to plugin usb after Sugar start
+ # gobject.idle_add(self._add_current_hal_devices)
def _add_current_hal_devices(self):
logging.debug('VolumeToolbar._add_current_hal_devices')