~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to src/main.vala

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-02-04 15:30:45 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20110204153045-qtx85bu7glg5wyhl
Remember to stop the mainloop when we claim to be "bailing out"

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  private static void on_name_lost (DBusConnection conn, string name)
53
53
  {
54
54
    debug ("Another daemon is running.\nBailing out.");
 
55
    mainloop.quit ();
55
56
  }
56
57
  
57
58
} /* End namespace Unity.SamplePlace */