========== Version 2.15.92.1 released ========== 2006-08-28 Mikkel Kamstrup Erlandsen * deskbar/handlers/beagle-live.py: Fix #352595. The "text" was never added to the result dict. It appears we have some problems in the locale handling of beagle live though. 2006-08-27 Raphael Slinckx * po/LINGUAS: Resolve comitted conflict 2006-08-26 Mikkel Kamstrup Erlandsen * deskbar/DeskbarApplet.py: * deskbar/ui/cuemiac/CuemiacButtonUI.py: * deskbar/ui/entriac/CuemiacEntryUI.py: If the use_selection gconf key was set, the entriac would paste the primary selection to the entry on left mouse click. This should only happen on keyboard shortcut activation. Move use_selection logic to DeskbarApplet. This patch was based on work by Sebastian Pölsterl . This closes #346348 and #352595. 2006-08-24 Mikkel Kamstrup Erlandsen * deskbar/ui/DeskbarPreferencesUI.py: Fix #352593 – AccelEntry doesn't set old value if it looses focus. Patch courtesy Sebastian Pölsterl .