Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/iconbar

Dir     : e17/apps/iconbar/src


Modified Files:
        main.c 


Log Message:
Make this work whether we have elicit installed or not :)


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- main.c      13 Dec 2003 15:04:35 -0000      1.4
+++ main.c      16 Dec 2003 18:59:11 -0000      1.5
@@ -46,7 +46,7 @@
   ecore_evas_borderless_set(ee, 1);
   ecore_evas_shaped_set(ee, 1);
 
-  evas_font_path_append(ecore_evas_get(ee), "/usr/local/share/elicit/data/font/");
+  evas_font_path_append(ecore_evas_get(ee), PACKAGE_DATA_DIR);
 
 #ifdef HAVE_TRANS_BG
   {




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to