~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to libempathy/empathy-contact.c

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2008-03-10 16:39:07 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310163907-tv41g2zmf0qqgi85
Tags: 0.22.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
2
/*
3
3
 * Copyright (C) 2004 Imendio AB
4
 
 * Copyright (C) 2007 Collabora Ltd.
 
4
 * Copyright (C) 2007-2008 Collabora Ltd.
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or
7
7
 * modify it under the terms of the GNU General Public License as
76
76
        PROP_ACCOUNT,
77
77
        PROP_PRESENCE,
78
78
        PROP_PRESENCE_MESSAGE,
79
 
        PROP_GROUPS,
80
 
        PROP_SUBSCRIPTION,
81
79
        PROP_HANDLE,
82
80
        PROP_CAPABILITIES,
83
81
        PROP_IS_USER
159
157
                                                             "Contact Capabilities",
160
158
                                                             "Capabilities of the contact",
161
159
                                                             EMPATHY_TYPE_CAPABILITIES,
162
 
                                                             0,
163
 
                                                             G_PARAM_READWRITE));
 
160
                                                             EMPATHY_CAPABILITIES_UNKNOWN,
 
161
                                                             G_PARAM_CONSTRUCT | G_PARAM_READWRITE));
164
162
 
165
163
        g_object_class_install_property (object_class,
166
164
                                         PROP_IS_USER,