[anjal] Fix a 64bit crash.



commit 1cfc518b032b9a2dd256a8754217f5a6c540144d
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Wed Mar 25 10:32:38 2009 +0530

    Fix a 64bit crash.
---
 src/em-format-webkit.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/em-format-webkit.h b/src/em-format-webkit.h
index 3bda8aa..7949e61 100644
--- a/src/em-format-webkit.h
+++ b/src/em-format-webkit.h
@@ -107,7 +107,7 @@ struct _EMFormatWebKitJob {
 /* Pending object (classid: url) */
 typedef struct _EMFormatWebKitPObject EMFormatWebKitPObject;
 
-typedef gboolean (*EMFormatWebKitPObjectFunc)(EMFormatWebKit *md, GtkWidget *, EMFormatWebKitPObject *pobject);
+typedef GtkWidget * (*EMFormatWebKitPObjectFunc)(EMFormatWebKit *md, GtkWidget *, EMFormatWebKitPObject *pobject);
 
 /**
  * struct _EMFormatWebKitPObject - Pending object.



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