GNOME Bugzilla – Bug 597893
[Moblin] Disable the Send file button unless a device is selected
Last modified: 2009-10-09 13:15:51 UTC
Have the send file button disabled by default and only enable it when there is a device selected in the chooser (and bluetooth is powered, of course).
Created attachment 145114 [details] [review] [Moblin] Disable the Send file button unless a device is selected
You also need to check for whether the device has the ObexPush profile (see the UUIDs column in test-client).
Created attachment 145126 [details] [review] [Moblin] Disable the Send file button unless a supported device is selected Have the send file button disabled by default and only enable it when a device which supports OBEXObjectPush is selected in the chooser (and bluetooth is powered, of course).
I fixed it up to disable the button correctly if there's no ObexPush support, and also fixed it carrying on looping even though we found what we're looking for.