GNOME Bugzilla – Bug 701280
is_palm_device defined but not used
Last modified: 2013-11-13 16:51:30 UTC
sendto/main.c has an is_palm_device() function that is currently unused because the code that used it was commented out.
Created attachment 245650 [details] [review] Add palm check back This adds the Palm check back. The only issue is that the error code doesn't actually exist in obexd. We'd need to make it match the actual error returned by obexd before committing something like this.
commit 0b4233ee3bda7582cd558b0d22b80871062efdff Author: Bastien Nocera <hadess@hadess.net> Date: Wed Nov 13 17:50:05 2013 +0100 sendto: Simplify error message fetching And remove the dead "Palm" special-casing, as obexd's error messages are too broad to do anything special in the UI. https://bugzilla.gnome.org/show_bug.cgi?id=701280