~ubuntu-branches/ubuntu/utopic/telepathy-mission-control-5/utopic-proposed

« back to all changes in this revision

Viewing changes to src/channel-utils.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-10 11:07:51 UTC
  • mfrom: (0.13.5)
  • Revision ID: package-import@ubuntu.com-20130110110751-fzge1h4wgrwqu1zi
Tags: 1:5.14.0-0ubuntu1
* New upstream release
* debian/control:
  - Use standards version 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
_channel_details_array_append (GPtrArray *channel_array, TpChannel *channel)
83
83
{
84
84
    GType type = TP_STRUCT_TYPE_CHANNEL_DETAILS;
85
 
    GValue channel_val = { 0, };
 
85
    GValue channel_val = G_VALUE_INIT;
86
86
    GHashTable *properties;
87
87
    const gchar *object_path;
88
88