Enlightenment CVS committal
Author : devilhorns
Project : e_modules
Module : slideshow
Dir : e_modules/slideshow
Modified Files:
e_mod_config.c e_mod_main.c e_mod_main.h
Log Message:
Update slideshow for recent module changes.
===================================================================
RCS file: /cvs/e/e_modules/slideshow/e_mod_config.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_mod_config.c 7 Oct 2007 21:26:48 -0000 1.33
+++ e_mod_config.c 31 Oct 2007 14:30:58 -0000 1.34
@@ -31,10 +31,13 @@
v->basic.apply_cfdata = _basic_apply_data;
v->basic.create_widgets = _basic_create_widgets;
- snprintf (buf, sizeof (buf), "%s/module.edj",
e_module_dir_get(slide_config->module));
+ snprintf (buf, sizeof (buf), "%s/e-module-slideshow.edj",
+ e_module_dir_get(slide_config->module));
con = e_container_current_get (e_manager_current_get ());
- cfd =
- e_config_dialog_new (con, D_ ("Slideshow Configuration"), "SlideShow",
"_e_modules_slideshow_config_dialog", buf, 0, v, ci);
+ cfd = e_config_dialog_new (con, D_ ("Slideshow Configuration"),
+ "SlideShow",
+ "_e_modules_slideshow_config_dialog", buf,
+ 0, v, ci);
slide_config->config_dialog = cfd;
}
===================================================================
RCS file: /cvs/e/e_modules/slideshow/e_mod_main.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- e_mod_main.c 16 Sep 2007 03:31:41 -0000 1.52
+++ e_mod_main.c 31 Oct 2007 14:30:58 -0000 1.53
@@ -383,14 +383,6 @@
return 1;
}
-EAPI int
-e_modapi_about(E_Module *m)
-{
- e_module_dialog_show(m, D_ ("Enlightenment Slide Show Module"),
- D_("This module is VERY simple and is used to cycle
desktop backgrounds"));
- return 1;
-}
-
static Slideshow *
_slide_new(Evas *evas)
{
===================================================================
RCS file: /cvs/e/e_modules/slideshow/e_mod_main.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_mod_main.h 16 Sep 2007 01:46:51 -0000 1.20
+++ e_mod_main.h 31 Oct 2007 14:30:58 -0000 1.21
@@ -31,7 +31,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_slideshow_module(Config_Item *ci);
void _slide_config_updated(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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs