Sorry for posting it here, but trac doesn't permit new tickets.
The xy-stress test crashes when I click on a notification. This is because NotifyNotification is destroyed on "closed" signal and object properties are still referred after "closed" signal is being emitted.
<SNIP>
g_signal_emit(notification, signals[SIGNAL_CLOSED], 0);
notification->priv->id = 0;
</SNIP>
What is the proper way of destroying notification then ?
_______________________________________________
galago-devel mailing list
galago-devel@...
http://lists.freedesktop.org/mailman/listinfo/galago-devel