~ubuntu-branches/ubuntu/trusty/gnome-contacts/trusty

« back to all changes in this revision

Viewing changes to src/memory-icon.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-25 09:26:32 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20120925092632-k1svhwa66voaafl3
Tags: 3.6.0-0ubuntu1
New upstream stable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* memory-icon.c generated by valac 0.17.5.2-8558, the Vala compiler
 
1
/* memory-icon.c generated by valac 0.17.7, the Vala compiler
2
2
 * generated from memory-icon.vala, do not modify */
3
3
 
4
4
/* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
367
367
        _data_->size = _tmp1_;
368
368
        _tmp2_ = cancellable;
369
369
        _tmp3_ = _g_object_ref0 (_tmp2_);
 
370
        _g_object_unref0 (_data_->cancellable);
370
371
        _data_->cancellable = _tmp3_;
371
372
        contacts_memory_icon_real_load_async_co (_data_);
372
373
}