[empathy] EmpathyTpContactFactory don't have a ready property anymore.
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] EmpathyTpContactFactory don't have a ready property anymore.
- Date: Wed, 22 Apr 2009 06:23:45 -0400 (EDT)
commit 8008404c6c59aa89fcd18890e3d679710634f8bb
Author: Xavier Claessens <xclaesse gmail com>
Date: Sun Feb 15 23:35:10 2009 +0100
EmpathyTpContactFactory don't have a ready property anymore.
---
libempathy/empathy-tp-contact-factory.c | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index db019c9..7986ebb 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]