From be56f442dbe953fc9a202f1eea6b489eff3da27f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 31 Jul 2007 21:26:59 +0000 Subject: Release version 38. --- 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') -- cgit v0.9.1