[gnome-flashback] close end session dialog after locking screen
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] close end session dialog after locking screen
- Date: Wed, 13 Aug 2014 23:46:48 +0000 (UTC)
commit 2d94cfa2a9facc4170e5dd72d0e2aa9de355b094
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Aug 14 02:46:13 2014 +0300
close end session dialog after locking screen
gnome-flashback/flashback-inhibit-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnome-flashback/flashback-inhibit-dialog.c b/gnome-flashback/flashback-inhibit-dialog.c
index a5be3ce..4bd6b4a 100644
--- a/gnome-flashback/flashback-inhibit-dialog.c
+++ b/gnome-flashback/flashback-inhibit-dialog.c
@@ -83,6 +83,8 @@ lock_screen (FlashbackInhibitDialog *dialog)
g_warning ("Couldn't lock screen: %s", error->message);
g_error_free (error);
}
+
+ gtk_dialog_response (GTK_DIALOG (dialog), GTK_RESPONSE_CANCEL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]