dienekes wrote:
> Hi,
> 
> unfortunatly evolume doesn't load with the newest cvs build. Error
> message: null.

I've attached a patch that fixes that. I've already mailed it to the
author... Hope I did everything right with the patch...

Regards,

Ferdinand Hübner
--- src/module/e_mod_main.c.orig	2005-09-24 08:57:55.000000000 +0200
+++ src/module/e_mod_main.c	2005-09-24 08:58:49.000000000 +0200
@@ -19,6 +19,13 @@
 #include "e_mod_volume.h"
 
 
+E_Module_Api e_module_api =
+{
+    E_MODULE_API_VERSION,
+    "eVolume"
+};
+
+
 void *
 e_modapi_init(E_Module *module)
 {

Reply via email to