[epiphany] window: Another code style fix
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] window: Another code style fix
- Date: Sat, 17 Sep 2016 20:03:06 +0000 (UTC)
commit 0d34fd92cddff08a7bc155352e3db6c88bb22174
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Sep 17 14:59:29 2016 -0500
window: Another code style fix
src/ephy-window.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 1a372f8..1395195 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3455,7 +3455,8 @@ ephy_window_close (EphyWindow *window)
/* We ignore the delete_event if the disable_quit lockdown has been set
*/
if (g_settings_get_boolean (EPHY_SETTINGS_LOCKDOWN,
- EPHY_PREFS_LOCKDOWN_QUIT)) return FALSE;
+ EPHY_PREFS_LOCKDOWN_QUIT))
+ return FALSE;
if (window->checking_modified_forms) {
/* stop window close */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]