|
From: Enlightenment C. <no...@cv...> - 2007-10-31 13:54:21
|
Enlightenment CVS committal
Author : devilhorns
Project : e_modules
Module : flame
Dir : e_modules/flame
Modified Files:
e_mod_config.c
Log Message:
Fix flame config dialog icon.
===================================================================
RCS file: /cvs/e/e_modules/flame/e_mod_config.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_mod_config.c 31 Oct 2007 13:31:05 -0000 1.33
+++ e_mod_config.c 31 Oct 2007 13:54:16 -0000 1.34
@@ -42,7 +42,7 @@
v->advanced.apply_cfdata = _advanced_apply_data;
v->advanced.create_widgets = _advanced_create_widgets;
- snprintf (buf, sizeof (buf), "%s/module.edj",
+ snprintf (buf, sizeof (buf), "%s/e-module-flame.edj",
e_module_dir_get (fl->module));
cfd = e_config_dialog_new (con, D_ ("Flame Configuration"), "Flame",
"_e_modules_flame_config_dialog", buf, 0, v, fl);
|