Comment 17 for bug 131227

Revision history for this message
Antonio Litterio (antonio-litterio-gmail) wrote :

I solved this bus.
The problem was the incorrect delete previous theme when this change.. in daemon application "notification_daemon"
I noticed that it crash when change theme and i have found the problem in notification_daemon in engine.
The problem it is:
when change theme in function "theme_changed_cb" delete the current theme, but when timeout event start is cleared again.
I removed the "theme_engine_unref" in function "theme_changed_cb" because will be removed from timeout.

link the patch