* Applied patch from Ross Burton
authorSergio Villar Senin <svillar@igalia.com>
Tue, 2 Sep 2008 09:58:04 +0000 (09:58 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 2 Sep 2008 09:58:04 +0000 (09:58 +0000)
pmo-trunk-r5425

configure.ac
src/widgets/modest-gtkhtml-mime-part-view.c

index 1618952..d6d7f28 100644 (file)
@@ -54,7 +54,7 @@ AC_PROG_LIBTOOL
 
 # Option to enable debugging
 AC_ARG_ENABLE(debug,
-              [AC_HELP_STRING([  --enable-debug],[Debugging (default=no)])],
+              [AC_HELP_STRING([--enable-debug],[Debugging (default=no)])],
               [with_debug=yes], [with_debug=no])
 
 if test "x$with_debug" == "xyes" ; then
index 62e4e06..5d6cb6f 100644 (file)
@@ -43,6 +43,7 @@
 #include <widgets/modest-zoomable.h>
 #include <widgets/modest-tny-stream-gtkhtml.h>
 #include <libgnomevfs/gnome-vfs.h>
+#include <gdk/gdkkeysyms.h>
 
 /* gobject structure methods */
 static void    modest_gtkhtml_mime_part_view_class_init (ModestGtkhtmlMimePartViewClass *klass);