summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkmodules.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c
index 93f52c49d8..e05ffd3ee8 100644
--- a/gtk/gtkmodules.c
+++ b/gtk/gtkmodules.c
@@ -593,6 +593,8 @@ _gtk_module_has_mixed_deps (GModule *module_to_check)
if (g_module_symbol (module, "gtk_progress_get_type", &func))
result = TRUE;
+ else if (g_module_symbol (module, "gtk_misc_get_type", &func))
+ result = TRUE;
else
result = FALSE;