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

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Charles Kerr
  • Date: 2013-07-02 00:26:11 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130702002611-lhtxz8ouz9uc2ldx
in cmake/Translations.cmake, use the GNUInstallDirs variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
***/
31
31
 
32
32
static void
33
 
on_name_lost (gpointer instance G_GNUC_UNUSED, gpointer loop)
 
33
on_name_lost (gpointer instance, gpointer loop)
34
34
{
35
35
  g_warning ("exiting: service couldn't acquire, or lost ownership of, busname");
36
36
 
43
43
  GMainLoop * loop;
44
44
  IndicatorSessionService * service;
45
45
 
46
 
  /* Work around a deadlock in glib's type initialization. It can be
47
 
   * removed when https://bugzilla.gnome.org/show_bug.cgi?id=674885 is
48
 
   * fixed.
49
 
   */
50
 
  g_type_ensure (G_TYPE_DBUS_CONNECTION);
51
 
 
52
46
  /* boilerplate i18n */
53
47
  setlocale (LC_ALL, "");
54
48
  bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);