]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmodules.c
gtk: Always load the atk-bridge
[~andy/gtk] / gtk / gtkmodules.c
index 4d92fa0013979d56712e4cfa46fcc220680d42ac..5a15925993be61c7849cf524090b0515b43c4174 100644 (file)
@@ -247,10 +247,11 @@ static gboolean
 module_is_blacklisted (const gchar *name,
                        gboolean     verbose)
 {
-  if (g_str_equal (name, "gail"))
+  if (g_str_equal (name, "gail") ||
+      g_str_equal (name, "atk-bridge"))
     {
       if (verbose)
-        g_message ("Not loading module \"gail\": The functionality is provided by GTK natively. Please try to not load it.");
+        g_message ("Not loading module \"%s\": The functionality is provided by GTK natively. Please try to not load it.", name);
 
       return TRUE;
     }