X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkmodules.c;h=5a15925993be61c7849cf524090b0515b43c4174;hb=ffe1e31a2c3be64f0897e453c8600589a45c05c0;hp=4d92fa0013979d56712e4cfa46fcc220680d42ac;hpb=49c618c59cb9ac1d1dcb95dd196875f1925a1fef;p=~andy%2Fgtk diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c index 4d92fa001..5a1592599 100644 --- a/gtk/gtkmodules.c +++ b/gtk/gtkmodules.c @@ -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; }