~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to src/session-service.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2013-01-22 14:33:58 UTC
  • mto: This revision was merged to the branch mainline in revision 382.
  • Revision ID: mathieu-tl@ubuntu.com-20130122143358-172l0luu6lcml304
Remove the uses of deprecated g_type_init().

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, "");