From 6c35aeec6e88f8a4cdac0ab0062b4c8daeded43b Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Tue, 5 Oct 2010 13:06:53 +0100 Subject: [PATCH] Special case for apple and folder_Device mountables. --- src/calibre/gui2/preferences/plugboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/plugboard.py b/src/calibre/gui2/preferences/plugboard.py index 774c0d6beb..296387106c 100644 --- a/src/calibre/gui2/preferences/plugboard.py +++ b/src/calibre/gui2/preferences/plugboard.py @@ -46,7 +46,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form): else: self.device_label.setText(_('Device currently connected: None')) - self.devices = [''] + self.devices = ['', 'APPLE', 'FOLDER_DEVICE'] for device in device_plugins(): n = device_name_for_plugboards(device) if n not in self.devices: