[epiphany] EphyEmbedShell: Use G_PARAM_STATIC_STRINGS



commit 035c1f99569cc466e304a81a571e06c9a9aff37a
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 b5d66bb..f4f5b51 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -816,8 +816,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]