[epiphany] toolbar: Use G_PARAM_STATIC_STRINGS
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] toolbar: Use G_PARAM_STATIC_STRINGS
- Date: Thu, 17 Dec 2015 13:29:23 +0000 (UTC)
commit 9740539dfd5ab8e82e704c6d7fac1878afc26166
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Thu Dec 17 07:28:17 2015 -0600
toolbar: Use G_PARAM_STATIC_STRINGS
src/ephy-toolbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index c37d98a..865bf3f 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -275,7 +275,7 @@ ephy_toolbar_class_init (EphyToolbarClass *klass)
"Window",
"The toolbar's EphyWindow",
EPHY_TYPE_WINDOW,
- 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 (gobject_class,
N_PROPERTIES,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]