Enlightenment CVS committal
Author : kwo
Project : e16
Module : epplets
Dir : e16/epplets/epplets
Modified Files:
E-Slides.c
Log Message:
Fix for e16.8 compatibility.
===================================================================
RCS file: /cvs/e/e16/epplets/epplets/E-Slides.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- E-Slides.c 31 Mar 2006 22:56:17 -0000 1.29
+++ E-Slides.c 12 Apr 2006 19:24:08 -0000 1.30
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: E-Slides.c,v 1.29 2006/03/31 22:56:17
kwo Exp $";
+static const char cvs_ident[] = "$Id: E-Slides.c,v 1.30 2006/04/12 19:24:08
kwo Exp $";
#include <stdio.h>
#include <sys/time.h>
@@ -570,7 +570,7 @@
path = Epplet_query_config("image_dir");
if (path == NULL) {
- Esnprintf(buff, sizeof(buff), "%s/.enlightenment/backgrounds",
getenv("HOME"));
+ Esnprintf(buff, sizeof(buff), "%s/backgrounds", Epplet_e16_user_dir());
path = strdup(buff);
Epplet_add_config("image_dir", buff);
} else {
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs