diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-04-01 11:28:15 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-04-01 11:28:15 +0800 |
commit | 149dcf3ffc77f9ce8e94aed00f0ee11505f640d3 (patch) | |
tree | 6a4a6653846d7e08c707e5f8f7b757503c1e4941 /libempathy-gtk | |
parent | 2516bd84d5ed687f352746ce8e67676868680c15 (diff) | |
download | gsoc2013-empathy-149dcf3ffc77f9ce8e94aed00f0ee11505f640d3.tar gsoc2013-empathy-149dcf3ffc77f9ce8e94aed00f0ee11505f640d3.tar.gz gsoc2013-empathy-149dcf3ffc77f9ce8e94aed00f0ee11505f640d3.tar.bz2 gsoc2013-empathy-149dcf3ffc77f9ce8e94aed00f0ee11505f640d3.tar.lz gsoc2013-empathy-149dcf3ffc77f9ce8e94aed00f0ee11505f640d3.tar.xz gsoc2013-empathy-149dcf3ffc77f9ce8e94aed00f0ee11505f640d3.tar.zst gsoc2013-empathy-149dcf3ffc77f9ce8e94aed00f0ee11505f640d3.zip |
Falgs -> Flags
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 05823435a..15df212ce 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -1437,7 +1437,7 @@ empathy_contact_list_view_class_init (EmpathyContactListViewClass *klass) PROP_LIST_FEATURES, g_param_spec_flags ("list-features", "Features of the view", - "Falgs for all enabled features", + "Flags for all enabled features", EMPATHY_TYPE_CONTACT_LIST_FEATURE_FLAGS, EMPATHY_CONTACT_LIST_FEATURE_NONE, G_PARAM_READWRITE)); @@ -1445,7 +1445,7 @@ empathy_contact_list_view_class_init (EmpathyContactListViewClass *klass) PROP_CONTACT_FEATURES, g_param_spec_flags ("contact-features", "Features of the contact menu", - "Falgs for all enabled features for the menu", + "Flags for all enabled features for the menu", EMPATHY_TYPE_CONTACT_FEATURE_FLAGS, EMPATHY_CONTACT_FEATURE_NONE, G_PARAM_READWRITE)); |