aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-01-06 22:14:51 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-01-06 22:14:51 +0800
commit95338859b4f1bcdacff1873b4f4bb83ad54ed83a (patch)
tree3d9c667decc3f1877a83131122e53035f0b81965 /libempathy
parentd86a3390ebacbd88df2aa9ded25021b60e54ca43 (diff)
downloadgsoc2013-empathy-95338859b4f1bcdacff1873b4f4bb83ad54ed83a.tar
gsoc2013-empathy-95338859b4f1bcdacff1873b4f4bb83ad54ed83a.tar.gz
gsoc2013-empathy-95338859b4f1bcdacff1873b4f4bb83ad54ed83a.tar.bz2
gsoc2013-empathy-95338859b4f1bcdacff1873b4f4bb83ad54ed83a.tar.lz
gsoc2013-empathy-95338859b4f1bcdacff1873b4f4bb83ad54ed83a.tar.xz
gsoc2013-empathy-95338859b4f1bcdacff1873b4f4bb83ad54ed83a.tar.zst
gsoc2013-empathy-95338859b4f1bcdacff1873b4f4bb83ad54ed83a.zip
empathy-irc-network: the nework's name don't have to be construct only. Set NULL as default value
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-irc-network.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy/empathy-irc-network.c b/libempathy/empathy-irc-network.c
index 94fb9831d..a21b4b2d3 100644
--- a/libempathy/empathy-irc-network.c
+++ b/libempathy/empathy-irc-network.c
@@ -138,7 +138,7 @@ empathy_irc_network_class_init (EmpathyIrcNetworkClass *klass)
"id",
"Identifier",
"The unique identifier of this network",
- "",
+ NULL,
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE |
G_PARAM_STATIC_NAME |
@@ -150,8 +150,7 @@ empathy_irc_network_class_init (EmpathyIrcNetworkClass *klass)
"name",
"Network name",
"The displayed name of this network",
- "",
- G_PARAM_CONSTRUCT_ONLY |
+ NULL,
G_PARAM_READWRITE |
G_PARAM_STATIC_NAME |
G_PARAM_STATIC_NICK |