[epiphany/wip/modern_gobject: 24/31] EphyEmbedShell: Use G_PARAM_STATIC_STRINGS
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/modern_gobject: 24/31] EphyEmbedShell: Use G_PARAM_STATIC_STRINGS
- Date: Wed, 16 Sep 2015 02:17:38 +0000 (UTC)
commit b409cfa1ff29259f11c5ec94b4fafd97b691364e
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Sep 15 20:38:11 2015 -0500
EphyEmbedShell: Use G_PARAM_STATIC_STRINGS
embed/ephy-embed-shell.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 4cdea9d..ba34a55 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -814,8 +814,7 @@ ephy_embed_shell_class_init (EphyEmbedShellClass *klass)
"The global mode for this instance.",
EPHY_TYPE_EMBED_SHELL_MODE,
EPHY_EMBED_SHELL_MODE_BROWSER,
- G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK |
- G_PARAM_STATIC_BLURB | G_PARAM_CONSTRUCT_ONLY);
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
g_object_class_install_properties (object_class,
N_PROPERTIES,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]