[epiphany/wip/modern_gobject: 20/31] EphyShell: Make the singleton instance file-scope



commit 24419a4e51ebfa0c0678bcaf31793a63c9c517f1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Sep 15 20:12:16 2015 -0500

    EphyShell: Make the singleton instance file-scope

 src/ephy-shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 1a093de..881e0c6 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -67,7 +67,7 @@ struct _EphyShellPrivate {
   GSList *open_uris_idle_ids;
 };
 
-EphyShell *ephy_shell = NULL;
+static EphyShell *ephy_shell = NULL;
 
 static void ephy_shell_class_init (EphyShellClass *klass);
 static void ephy_shell_init   (EphyShell *shell);


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