--- src/gpodder/util.py.orig	2008-02-08 17:25:32.000000000 +0500
+++ src/gpodder/util.py	2008-02-26 18:46:46.000000000 +0500
@@ -688,10 +688,10 @@
     that is either True (when sending succeeded) or False
     when there was some error.
     """
-    if find_command('gnome-obex-send'):
-        command_line = ['gnome-obex-send']
+    if find_command('bluetooth-sendto'):
+        command_line = ['bluetooth-sendto']
         if device is not None:
-            command_line += ['--dest', device]
+            command_line += ['--device='+device]
         command_line.append(filename)
         result = (subprocess.Popen(command_line).wait() == 0)
         if callback_finished is not None:
