~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/cairo-dock.c

  • Committer: Matthieu Baerts
  • Date: 2012-08-10 08:17:55 UTC
  • Revision ID: matttbe@gmail.com-20120810081755-4url2n9rvwqe7qd6
Initialized the D-BUS thread system (can be needed for applets like Logout)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#include <glib/gstdio.h>
62
62
#include <gtk/gtk.h>
63
63
#include <glib/gi18n.h>
 
64
#include <dbus/dbus-glib.h> // dbus_g_thread_init
64
65
 
65
66
 
66
67
#include "config.h"
300
301
                g_set_print_handler(PrintMuteFunc);
301
302
        
302
303
        gtk_init (&argc, &argv);
 
304
        dbus_g_thread_init ();
303
305
        
304
306
        GError *erreur = NULL;
305
307