Hi, I'm currently writing a small python script to control pidgin via dbus. I want to toggle the buddy list through dbus, but i could not find a way to read the current visibility state. all i can do is call purple_blist_set_visible(<boolean>) to set it. does anyone know a way to do this? kind regards Michael