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

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-30 14:26:00 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20120730142600-evecglz3pai4rrmt
Tags: 3.5.4.1-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libfolks-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* main.c generated by valac 0.17.2.19-5f50d, the Vala compiler
 
1
/* main.c generated by valac 0.17.3, the Vala compiler
2
2
 * generated from main.vala, do not modify */
3
3
 
4
4
/* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
26
26
#include <glib/gi18n-lib.h>
27
27
#include <config.h>
28
28
#include <libnotify/notify.h>
29
 
#include <gst/gst.h>
30
29
#include <gtk/gtk.h>
31
30
#include <gio/gio.h>
32
31
 
63
62
        textdomain (GETTEXT_PACKAGE);
64
63
        _tmp0_ = _ ("Contacts");
65
64
        notify_init (_tmp0_);
66
 
        gst_init (&args_length1, &args);
67
65
        gtk_init (&args_length1, &args);
68
66
        _tmp1_ = contacts_app_new ();
69
67
        app = _tmp1_;