~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to src/gossip-contact-info-dialog.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2007-05-30 21:16:05 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20070530211605-fwsaooscfnmujkqd
Tags: 0.26-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * License along with this program; if not, write to the
17
17
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
18
 * Boston, MA 02111-1307, USA.
19
 
 *
20
 
 * Authors: Mikael Hallendal <micke@imendio.com>
21
 
 *          Richard Hult <richard@imendio.com>
22
 
 *          Martyn Russell <martyn@imendio.com>
23
19
 */
24
20
 
25
21
#include "config.h"
40
36
 
41
37
#include "gossip-app.h"
42
38
#include "gossip-avatar-image.h"
 
39
#include "gossip-glade.h"
43
40
#include "gossip-ui-utils.h"
44
41
#include "gossip-contact-info-dialog.h"
45
42
 
278
275
                return;
279
276
        }
280
277
 
281
 
        pixbuf = gossip_pixbuf_avatar_from_vcard (vcard);
 
278
        pixbuf = gossip_vcard_create_avatar_pixbuf (vcard);
282
279
        if (pixbuf != NULL) {
283
280
                gossip_avatar_image_set_pixbuf (GOSSIP_AVATAR_IMAGE (dialog->avatar_image), pixbuf);
284
281
                g_object_unref (pixbuf);