~laney/indicator-session/logind-port

« back to all changes in this revision

Viewing changes to src/session-service.c

  • Committer: Tarmac
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-01-22 18:52:19 UTC
  • mfrom: (381.1.3 indicator-session)
  • Revision ID: tarmac-20130122185219-op69p1xbvc8y4ohs
Misc fixes for build on raring:

 - Drop deprecated calls to g_type_init().
 - Update paths to gtest source files due to changes in xorg-gtest.

Approved by PS Jenkins bot, Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
int
72
72
main (int argc, char ** argv)
73
73
{
74
 
  g_type_init();
75
 
 
76
74
  /* Setting up i18n and gettext.
77
75
     Apparently we need all of these. */
78
76
  setlocale (LC_ALL, "");