]> Dogcows Code - chaz/openbox/blobdiff - openbox/plugin.c
better var naming
[chaz/openbox] / openbox / plugin.c
index 281b1cdec08ea344bc1cd76c3b2bd5754ed3ba17..c4a2705766f9252eea33da5e49878a61469d7194 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;
     }
@@ -139,7 +140,6 @@ void plugin_loadall()
 
     if (io == NULL) {
         /* load the default plugins */
-        plugin_open("focus");
         plugin_open("keyboard");
         plugin_open("mouse");
         plugin_open("placement");
This page took 0.026139 seconds and 4 git commands to generate.