~ubuntu-branches/ubuntu/oneiric/ntrack/oneiric

« back to all changes in this revision

Viewing changes to glib/test/mtest-gsource.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-08-15 17:27:30 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110815172730-jgq9ou4afas2mltx
Tags: 014+bzr312-0ubuntu1
* New upstream snapshot.
* debian/patches/dead-loop-fix.patch: dropped, included in snapshot.
* debian/control: replace libnl-dev Build-Depends with libnl3-dev.
* debian/control, debian/rules: use autoreconf since this is a snapshot.
* debian/libntrack0.symbols: add missing ntrack_info_human_banner symbol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2
2
/* 
3
 
 * Copyright (C) 2009  Alexander Sack <asac@jwsdot.com>
 
3
 * Copyright (C) 2009-2011  Alexander Sack <asac@jwsdot.com>
4
4
 *
5
5
 * This file is part of:
6
6
 *     ntrack - Network Status Tracking for Desktop Applications
75
75
        ntrack_init (&argc, &argv);
76
76
 
77
77
        sourceid = ntrack_g_source_add (NTrackGlibSourceFunc_callback, NULL);
 
78
 
 
79
        g_message("\n%s", ntrack_info_human_banner());
 
80
 
78
81
        mainctx = g_main_context_default ();
79
82
 
80
83
        main_loop = g_main_loop_new (mainctx, FALSE);