diff options
author | Arkadiy Illarionov <[email protected]> | 2018-03-18 23:24:18 +0300 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-03-18 14:24:18 -0600 |
commit | 15d861d9d3930328082c84645c09e55b77bb95cc (patch) | |
tree | 0e6b14cfbfc52f0c89afb8515bfcd4d3b5383d6f /gtk/src/main.c | |
parent | 01f2a82b199e5bb659f9f3ae66c555eac7acfae3 (diff) |
Port to GDBus (#1234)
* Port to GDBus
Fixes #1121
* Restore NULL checks for the error return values.
* NULL check for DBUS connection
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index 9f6b8f7f7..413ad14b0 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -40,7 +40,6 @@ #if !defined(_WIN32) #include <libnotify/notify.h> -#include <dbus/dbus-glib.h> #else #include <windows.h> #include <io.h> @@ -991,9 +990,6 @@ ghb_activate_cb(GApplication * app, signal_user_data_t * ud) ghb_resource_init(); ghb_load_icons(); -#if !defined(_WIN32) - dbus_g_thread_init(); -#endif ghb_udev_init(); // Override user config dir |