Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : devian

Dir     : e_modules/devian/src/module


Modified Files:
        e_mod_devian.c 


Log Message:
Ooops forgot that to remove e_lib dependancy ... spank spank spank !!!

===================================================================
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_devian.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_devian.c      2 Jul 2006 19:53:55 -0000       1.6
+++ e_mod_devian.c      18 Jul 2006 06:12:23 -0000      1.7
@@ -31,7 +31,9 @@
    DEVIANM->dialog_conf_theme = NULL;
 
    /* libs */
+#ifdef HAVE_PICTURE
    DEVIANM->display = DEVIANF(display_init) ();
+#endif
 
    /* config */
    DEVIANM->conf = DEVIANF(config_init) ();
@@ -76,7 +78,9 @@
    /* config */
    DEVIANF(config_shutdown) ();
    /* libs */
+#ifdef HAVE_PICTURE
    DEVIANF(display_shutdown) ();
+#endif
 
    E_FREE(DEVIANM);
    DEVIANM = NULL;
@@ -335,6 +339,8 @@
    return;
 }
 
+#ifdef HAVE_PICTURE
+
 /**
  * Initialise the e_lib
  * 
@@ -397,6 +403,8 @@
    DEVIANM->display = NULL;
    e_lib_shutdown();
 }
+
+#endif
 
 /**
  * Loads a specific part of the current theme to an edje object



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to