ports/devel/gconf2/patches/patch-gconf_gconf-internals_c

16 lines
579 B
Text

From 0780809731c8ab1c364202b1900d3df106b28626 Mon Sep 17 00:00:00 2001
From: Robert Ancell <robert.ancell@canonical.com>
Date: Wed, 14 Oct 2015 10:09:49 +0100
Subject: Fix some compiler warnings
--- gconf/gconf-internals.c.orig Fri Oct 12 03:26:22 2012
+++ gconf/gconf-internals.c Mon Feb 29 10:02:10 2016
@@ -2483,8 +2483,6 @@ get_ior (gboolean start_if_not_found,
return NULL;
}
- g_type_init ();
-
connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error);
if (connection == NULL) {
if (failure_log)