[epiphany] window: Code style fix



commit 1858689cd8052a276794c196f3b6978a491ed2ad
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Feb 8 21:19:42 2016 -0600

    window: Code style fix

 src/ephy-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index fa8f3c2..244db62 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3427,7 +3427,7 @@ ephy_window_constructor (GType type,
        mode = ephy_embed_shell_get_mode (ephy_embed_shell_get_default ());
        if (mode == EPHY_EMBED_SHELL_MODE_APPLICATION)
        {
-               g_object_set(priv->location_controller, "editable", FALSE, NULL);
+               g_object_set (priv->location_controller, "editable", FALSE, NULL);
 
                /* We don't need to show the page menu in web application mode. */
                action = gtk_action_group_get_action (toolbar_action_group, "PageMenu");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]