comparison libpurple/purple-send @ 27908:cea56d000b16

I don't know why these 'echo's are here, but they hide the return value from dbus-send, so it's time to get rid of them. Fixes #8381.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 14 Aug 2009 00:38:03 +0000
parents 942bf314fc8a
children
comparison
equal deleted inserted replaced
27907:9358464cdf6a 27908:cea56d000b16
27 fi 27 fi
28 28
29 shift 29 shift
30 dbus-send --dest=im.pidgin.purple.PurpleService --print-reply --type=method_call /im/pidgin/purple/PurpleObject im.pidgin.purple.PurpleInterface.$METHOD_NAME "$@" 30 dbus-send --dest=im.pidgin.purple.PurpleService --print-reply --type=method_call /im/pidgin/purple/PurpleObject im.pidgin.purple.PurpleInterface.$METHOD_NAME "$@"
31 31
32 echo