~cjcurran/indicator-sound/metadata-empty-fix

« back to all changes in this revision

Viewing changes to src/sound-service.c

  • Committer: Conor Curran
  • Date: 2010-09-07 20:39:28 UTC
  • Revision ID: conor.curran@canonical.com-20100907203928-sjlcl6e2k2zpvhrx
Tags: 0.4.2
ready for 0.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  if (mainloop != NULL) {
42
42
    g_debug("Service shutdown !");
43
43
    //TODO: uncomment for release !!
44
 
    //close_pulse_activites();
45
 
    //g_main_loop_quit(mainloop);
 
44
    close_pulse_activites();
 
45
    g_main_loop_quit(mainloop);
46
46
  }
47
47
  return;
48
48
}