[anjal] Fix a typo.



commit 5bdc20dedf1c6e16b477e83e6c59c4641177564e
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Mon Jun 15 11:29:57 2009 +0530

    Fix a typo.

 src/em-webkit-stream.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/em-webkit-stream.h b/src/em-webkit-stream.h
index 73fa0d7..9d6c03f 100644
--- a/src/em-webkit-stream.h
+++ b/src/em-webkit-stream.h
@@ -32,7 +32,7 @@ extern "C" {
 #define EM_WEBKIT_STREAM_TYPE     (em_webkit_stream_get_type ())
 #define EM_WEBKIT_STREAM(obj)     (CAMEL_CHECK_CAST((obj), EM_WEBKIT_STREAM_TYPE, EMWebKitStream))
 #define EM_WEBKIT_STREAM_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), EM_WEBKIT_STREAM_TYPE, EMWebKitStreamClass))
-#define EM_IS_HTML_STREAM(o)    (CAMEL_CHECK_TYPE((o), EM_WEBKIT_STREAM_TYPE))
+#define EM_IS_WEBKIT_STREAM(o)    (CAMEL_CHECK_TYPE((o), EM_WEBKIT_STREAM_TYPE))
 
 #include "mail/em-sync-stream.h"
 #include <webkit/webkit.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]