[epiphany/wip/modern_gobject: 51/70] EphyShell: Make the singleton instance file-scope
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/modern_gobject: 51/70] EphyShell: Make the singleton instance file-scope
- Date: Thu, 24 Sep 2015 20:36:52 +0000 (UTC)
commit cd797af2c5c6fef6b90956d569e12c591a2aebea
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]