aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-02-16 06:35:10 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:08 +0800
commit8008404c6c59aa89fcd18890e3d679710634f8bb (patch)
treee4a577164874dbee40c23fc6af2865012fccb908
parent390f7848a93bbae0c80a37189f301e83ef6c6532 (diff)
downloadgsoc2013-empathy-8008404c6c59aa89fcd18890e3d679710634f8bb.tar
gsoc2013-empathy-8008404c6c59aa89fcd18890e3d679710634f8bb.tar.gz
gsoc2013-empathy-8008404c6c59aa89fcd18890e3d679710634f8bb.tar.bz2
gsoc2013-empathy-8008404c6c59aa89fcd18890e3d679710634f8bb.tar.lz
gsoc2013-empathy-8008404c6c59aa89fcd18890e3d679710634f8bb.tar.xz
gsoc2013-empathy-8008404c6c59aa89fcd18890e3d679710634f8bb.tar.zst
gsoc2013-empathy-8008404c6c59aa89fcd18890e3d679710634f8bb.zip
EmpathyTpContactFactory don't have a ready property anymore.
-rw-r--r--libempathy/empathy-tp-contact-factory.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index db019c956..7986ebbd9 100644
--- a/libempathy/empathy-tp-contact-factory.c
+++ b/libempathy/empathy-tp-contact-factory.c
@@ -920,8 +920,7 @@ empathy_tp_contact_factory_class_init (EmpathyTpContactFactoryClass *klass)
g_param_spec_boxed ("avatar-mime-types",
"Supported MIME types for avatars",
"Types of images that may be set as "
- "avatars on this connection. Only valid "
- "once 'ready' becomes TRUE.",
+ "avatars on this connection.",
G_TYPE_STRV,
G_PARAM_READABLE |
G_PARAM_STATIC_STRINGS));
@@ -929,8 +928,7 @@ empathy_tp_contact_factory_class_init (EmpathyTpContactFactoryClass *klass)
PROP_MIN_WIDTH,
g_param_spec_uint ("avatar-min-width",
"Minimum width for avatars",
- "Minimum width of avatar that may be set. "
- "Only valid once 'ready' becomes TRUE.",
+ "Minimum width of avatar that may be set.",
0,
G_MAXUINT,
0,
@@ -940,8 +938,7 @@ empathy_tp_contact_factory_class_init (EmpathyTpContactFactoryClass *klass)
PROP_MIN_HEIGHT,
g_param_spec_uint ("avatar-min-height",
"Minimum height for avatars",
- "Minimum height of avatar that may be set. "
- "Only valid once 'ready' becomes TRUE.",
+ "Minimum height of avatar that may be set.",
0,
G_MAXUINT,
0,
@@ -952,8 +949,7 @@ empathy_tp_contact_factory_class_init (EmpathyTpContactFactoryClass *klass)
g_param_spec_uint ("avatar-max-width",
"Maximum width for avatars",
"Maximum width of avatar that may be set "
- "or 0 if there is no maximum. "
- "Only valid once 'ready' becomes TRUE.",
+ "or 0 if there is no maximum.",
0,
G_MAXUINT,
0,
@@ -964,8 +960,7 @@ empathy_tp_contact_factory_class_init (EmpathyTpContactFactoryClass *klass)
g_param_spec_uint ("avatar-max-height",
"Maximum height for avatars",
"Maximum height of avatar that may be set "
- "or 0 if there is no maximum. "
- "Only valid once 'ready' becomes TRUE.",
+ "or 0 if there is no maximum.",
0,
G_MAXUINT,
0,
@@ -976,8 +971,7 @@ empathy_tp_contact_factory_class_init (EmpathyTpContactFactoryClass *klass)
g_param_spec_uint ("avatar-max-size",
"Maximum size for avatars in bytes",
"Maximum file size of avatar that may be "
- "set or 0 if there is no maximum. "
- "Only valid once 'ready' becomes TRUE.",
+ "set or 0 if there is no maximum.",
0,
G_MAXUINT,
0,