summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-01-29 18:37:50 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-15 08:49:34 +0100
commit76e9051acd4deefe609766026c4e444c34ceb694 (patch)
treeb893c08d6c64af10faa590503ae708ee6602f0fb /gtk/gtkmain.c
parent99db4164bc1afa6803589b8a34b6295d020b1a8e (diff)
downloadgtk+-wip/alexl/versioned-types-gtk2.tar.gz
wip hacks to handle version symbolswip/alexl/versioned-types-gtk2
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 4fb791d91a..60594f3639 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -639,6 +639,8 @@ _gtk_module_has_mixed_deps (GModule *module_to_check)
gpointer func;
gboolean result;
+ return FALSE;
+
if (!module_to_check)
module = g_module_open (NULL, 0);
else