~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to utils/dm-tool.c

  • Committer: Robert Ancell
  • Date: 2013-03-11 21:34:23 UTC
  • Revision ID: robert.ancell@canonical.com-20130311213423-8w18u7a9bx1h4m2v
Stop deprecation warnings from glib >= 2.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    gint arg_index;
79
79
    GBusType bus_type = G_BUS_TYPE_SYSTEM;
80
80
 
 
81
#if !defined(GLIB_VERSION_2_36)
81
82
    g_type_init ();
 
83
#endif
82
84
 
83
85
    for (arg_index = 1; arg_index < argc; arg_index++)
84
86
    {