Kaydet (Commit) 627fda23 authored tarafından Caolán McNamara's avatar Caolán McNamara

misplaced ifdef

Change-Id: I006db207686d0a08ffa4e2eb044b12266cdb6dcf
üst a4196e56
...@@ -857,12 +857,12 @@ namespace ...@@ -857,12 +857,12 @@ namespace
IMPL_LINK_NOARG(PrintFontManager, autoInstallFontLangSupport) IMPL_LINK_NOARG(PrintFontManager, autoInstallFontLangSupport)
{ {
#ifdef ENABLE_DBUS
guint xid = get_xid_for_dbus(); guint xid = get_xid_for_dbus();
if (!xid) if (!xid)
return -1; return -1;
#ifdef ENABLE_DBUS
GError *error = NULL; GError *error = NULL;
/* get the DBUS session connection */ /* get the DBUS session connection */
DBusGConnection *session_connection = dbus_g_bus_get(DBUS_BUS_SESSION, &error); DBusGConnection *session_connection = dbus_g_bus_get(DBUS_BUS_SESSION, &error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment