diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-08 21:10:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-08 21:10:10 +0800 |
commit | 9bd86937bbf9842ed7884077a04f76757a086734 (patch) | |
tree | 7d26f1c572ec09295f377c464a6891bd131216c9 /embed/ephy-embed-single.c | |
parent | 120c3497530166c3d0c6ce1e40dd3713b2561b40 (diff) | |
download | gsoc2013-epiphany-9bd86937bbf9842ed7884077a04f76757a086734.tar gsoc2013-epiphany-9bd86937bbf9842ed7884077a04f76757a086734.tar.gz gsoc2013-epiphany-9bd86937bbf9842ed7884077a04f76757a086734.tar.bz2 gsoc2013-epiphany-9bd86937bbf9842ed7884077a04f76757a086734.tar.lz gsoc2013-epiphany-9bd86937bbf9842ed7884077a04f76757a086734.tar.xz gsoc2013-epiphany-9bd86937bbf9842ed7884077a04f76757a086734.tar.zst gsoc2013-epiphany-9bd86937bbf9842ed7884077a04f76757a086734.zip |
Make "network-status" property readwrite.
2005-11-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* embed/mozilla/mozilla-embed-single.cpp:
Make "network-status" property readwrite.
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 3421206f3..4f2c50000 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -183,7 +183,7 @@ ephy_embed_single_iface_init (gpointer g_iface) "network-status", "network-status", FALSE, - G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); + G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); initialised = TRUE; } |