~ubuntu-branches/ubuntu/lucid/gupnp-tools/lucid

« back to all changes in this revision

Viewing changes to src/universal-cp/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-02-16 22:17:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216221719-m23ajj6d2bhmyr40
Tags: 0.7-0ubuntu1
* New upstream release. (LP: #312551)
* debian/control
  - Added build dependency libglib2.0-dev (>= 2.12) as per upstream changes.
  - Added description for new tool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
main (gint   argc,
94
94
      gchar *argv[])
95
95
{
 
96
        /* First thing initialize the thread system */
 
97
        g_thread_init (NULL);
 
98
 
96
99
        if (!init_ui (&argc, &argv)) {
97
100
           return -2;
98
101
        }