~ubuntu-branches/ubuntu/raring/grilo/raring

« back to all changes in this revision

Viewing changes to src/grl-sync.c

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Garcia
  • Date: 2011-07-02 13:48:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110702134846-u10hi90nwf6wf3v0
Tags: 0.1.16-1
* New upstream release.
* debian/{grl-inspect.1,libgrilo-0.1-0.manpages,libgrilo-0.1-0.install}:
  use manpage shipped by upstream.
* debian/libgrilo-0.1-0.shlibs: new API, bump shlibs to 0.1.16.
* debian/copyright: Author(s) => Authors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  GMainLoop *ml;
29
29
  GMainContext *mc;
30
30
 
31
 
  ml = g_main_loop_new (NULL, TRUE);
 
31
  ml = g_main_loop_new (g_main_context_get_thread_default (), TRUE);
32
32
  mc = g_main_loop_get_context (ml);
33
33
 
34
34
 while (!ds->complete) {