[Telepathy-commits] [telepathy-mission-control/master] Enable delayed emission of property-changed
Alberto Mardegan
alberto.mardegan at nokia.com
Wed Nov 12 01:43:24 PST 2008
Enable grouping of the changed properties notification in one single
PropertiesChanged signal.
This will break libmissioncontrol, as it is relying on the signal to be emitted
before its method calls return.
---
src/mcd-account.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mcd-account.c b/src/mcd-account.c
index 92bbcc1..9d7f43d 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -51,6 +51,8 @@
#include "_gen/interfaces.h"
#include "_gen/gtypes.h"
+#define DELAY_PROPERTY_CHANGED
+
#define MAX_KEY_LENGTH 64
#define MC_AVATAR_FILENAME "avatar.bin"
--
1.5.6.5
More information about the Telepathy-commits
mailing list