Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        e_mod_config.c e_mod_main.c e_mod_main.h 


Log Message:
Fix mixer for api breakage.

===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_config.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_mod_config.c      7 Oct 2007 21:26:48 -0000       1.21
+++ e_mod_config.c      31 Oct 2007 14:11:55 -0000      1.22
@@ -45,7 +45,7 @@
    v->advanced.apply_cfdata = NULL;
    v->advanced.create_widgets = NULL;
    
-   snprintf(buf, sizeof(buf), "%s/module.edj",
+   snprintf(buf, sizeof(buf), "%s/e-module-mixer.edj",
             e_module_dir_get(mixer_config->module));
 
    con = e_container_current_get(e_manager_current_get());
===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_mod_main.c        16 Sep 2007 03:31:41 -0000      1.65
+++ e_mod_main.c        31 Oct 2007 14:11:55 -0000      1.66
@@ -594,14 +594,6 @@
    return 1;
 }
 
-EAPI int
-e_modapi_about(E_Module *m)
-{
-   e_module_dialog_show(m, D_("Mixer"), 
-                       D_("Mixer module lets you change volume."));
-   return 1;
-}
-
 /* Changes the volume for the main channel*/
 static void 
 _mixer_simple_volume_change(Mixer *mixer, Config_Item *ci, double val)
===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_main.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_main.h        21 Jan 2007 08:57:12 -0000      1.10
+++ e_mod_main.h        31 Oct 2007 14:11:55 -0000      1.11
@@ -39,7 +39,6 @@
 EAPI void *e_modapi_init     (E_Module *m);
 EAPI int   e_modapi_shutdown (E_Module *m);
 EAPI int   e_modapi_save     (E_Module *m);
-EAPI int   e_modapi_about    (E_Module *m);
 
 void _config_mixer_module    (void *data, Config_Item *ci);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to