76f0578e7a497e569438316703df254f84b548a0 diff --git a/NEWS b/NEWS index 6a7c190..eb8106b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ ============== +Version 0.3.2 +============== + + * Starting with this release we will not do session.d/ 'session_active_changed' callouts anymore. (Lennart Poettering) + +============== Version 0.3.1 ============== @@ -33,7 +39,7 @@ Version 0.3.0 * still having problems using xinclude (William Jon McCann) * fix the includes (William Jon McCann) * add missing bits (William Jon McCann) - * use spec files directly as introspection xml and try to generate docs on the fly (William Jon McCan + * use spec files directly as introspection xml and try to generate docs on the fly (William Jon McCann) * use object paths for seat added/removed signals per spec (William Jon McCann) * regenerate the docs and xml from the spec (William Jon McCann) * add GetLoginSessionId to exported interface (William Jon McCann) diff --git a/src/ck-session.c b/src/ck-session.c index 032d2b9..d8db9dd 100644 --- a/src/ck-session.c +++ b/src/ck-session.c @@ -399,7 +399,6 @@ ck_session_set_active (CkSession *session, if (session->priv->active != active) { session->priv->active = active; - ck_session_run_programs (session, "session_active_changed"); g_signal_emit (session, signals [ACTIVE_CHANGED], 0, active); } @@ -1360,4 +1359,3 @@ ck_session_dump (CkSession *session, g_free (group_name); } -