On 07/06/11 19:13, Krzysztof wrote: > { Request the name of the bus } > ret := dbus_bus_request_name(FDBConn, > 'im.pidgin.purple.PurpleInterface', DBUS_NAME_FLAG_REPLACE_EXISTING, > @FDBErr); This is actually wrong. Your plugin shouldn't try to steal Pidgin's bus name: it should listen to signals being emitted by Pidgin. -- Will