| 766 { |
760 { |
| 767 DBusMessage *signal; |
761 DBusMessage *signal; |
| 768 DBusMessageIter iter; |
762 DBusMessageIter iter; |
| 769 char *newname; |
763 char *newname; |
| 770 |
764 |
| 771 #if 0 /* this is noisy with no dbus connection */ |
|
| 772 g_return_if_fail(purple_dbus_connection); |
|
| 773 #else |
|
| 774 if (purple_dbus_connection == NULL) |
765 if (purple_dbus_connection == NULL) |
| 775 return; |
766 return; |
| 776 #endif |
|
| 777 |
|
| 778 |
767 |
| 779 /* |
768 /* |
| 780 * The test below is a hack that prevents our "dbus-method-called" |
769 * The test below is a hack that prevents our "dbus-method-called" |
| 781 * signal from being propagated to dbus. What we really need is a |
770 * signal from being propagated to dbus. What we really need is a |
| 782 * flag for each signal that states whether this signal is to be |
771 * flag for each signal that states whether this signal is to be |