]> Dogcows Code - chaz/openbox/blobdiff - openbox/plugin.c
add focus options
[chaz/openbox] / openbox / plugin.c
index 281b1cdec08ea344bc1cd76c3b2bd5754ed3ba17..57d2f2bce7d664ad3d96cf17b445016806c02bc3 100644 (file)
@@ -44,6 +44,7 @@ static Plugin *plugin_new(char *name)
     }
 
     if (p->module == NULL) {
+        g_warning(g_module_error());
         g_free(p);
         return NULL;
     }
This page took 0.020188 seconds and 4 git commands to generate.