Merge lp:~vanvugt/indicator-session/fix-807357 into lp:indicator-session/0.1

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 160
Proposed branch: lp:~vanvugt/indicator-session/fix-807357
Merge into: lp:indicator-session/0.1
Diff against target: 12 lines (+2/-0)
1 file modified
src/dialog.c (+2/-0)
To merge this branch: bzr merge lp:~vanvugt/indicator-session/fix-807357
Reviewer Review Type Date Requested Status
Conor Curran (community) Approve
Review via email: mp+67284@code.launchpad.net

Description of the change

Keep Log Out / Restart / Shut Down dialogs on top (LP: #807357)

To post a comment you must log in.
Revision history for this message
Conor Curran (cjcurran) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/dialog.c'
2--- src/dialog.c 2011-02-07 02:22:03 +0000
3+++ src/dialog.c 2011-07-08 07:04:32 +0000
4@@ -183,6 +183,8 @@
5 "text", _(body_strings[type]),
6 NULL));
7
8+ gtk_window_set_keep_above(GTK_WINDOW(dialog), TRUE);
9+
10 gboolean allowed = FALSE;
11 if (type == LOGOUT_DIALOG_TYPE_LOG_OUT) {
12 allowed = ck_check_allowed(LOGOUT_DIALOG_TYPE_RESTART);

Subscribers

People subscribed via source and target branches