Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_mime


Modified Files:
        e_int_config_mime.c 


Log Message:
Include header for function declaration.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_mime/e_int_config_mime.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_mime.c 13 Aug 2007 00:07:05 -0000      1.2
+++ e_int_config_mime.c 13 Aug 2007 05:51:01 -0000      1.3
@@ -2,6 +2,7 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
+#include "e_int_config_mime_edit.h"
 
 typedef struct _Config_Glob Config_Glob;
 typedef struct _Config_Mime Config_Mime;
@@ -567,5 +568,5 @@
        mi->mime = evas_stringshare_add(m);
      }
    
-   cfdata->edit_dlg = (E_Config_Dialog *)e_int_config_mime_edit(mi, cfdata);
+   cfdata->edit_dlg = e_int_config_mime_edit(mi, cfdata);
 }



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to