Merge lp:~vikoadi/elementaryos/os-patch-indicator-session-trusty-fix-lock into lp:~elementary-os/elementaryos/os-patch-indicator-session-trusty

Proposed by Viko Adi Rahmawan
Status: Merged
Merged at revision: 8
Proposed branch: lp:~vikoadi/elementaryos/os-patch-indicator-session-trusty-fix-lock
Merge into: lp:~elementary-os/elementaryos/os-patch-indicator-session-trusty
Diff against target: 14 lines (+3/-1)
1 file modified
src/backend-dbus/actions.c (+3/-1)
To merge this branch: bzr merge lp:~vikoadi/elementaryos/os-patch-indicator-session-trusty-fix-lock
Reviewer Review Type Date Requested Status
elementary OS team Pending
Review via email: mp+253986@code.launchpad.net

Description of the change

call gnome screensaver's lock on pantheon

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/backend-dbus/actions.c'
--- src/backend-dbus/actions.c 2015-02-05 22:38:46 +0000
+++ src/backend-dbus/actions.c 2015-03-24 17:50:02 +0000
@@ -883,7 +883,9 @@
883{883{
884 priv_t * p = INDICATOR_SESSION_ACTIONS_DBUS(self)->priv;884 priv_t * p = INDICATOR_SESSION_ACTIONS_DBUS(self)->priv;
885885
886 if (is_owned_proxy (p->unity_session))886 // testing against unity_session isn't enough for other session (pantheon)
887 // so we check if we have gnome screensaver too
888 if (is_owned_proxy (p->unity_session) && p->screen_saver == NULL)
887 {889 {
888 if (immediate)890 if (immediate)
889 {891 {

Subscribers

People subscribed via source and target branches

to all changes: