* Added two missing includes
authorSergio Villar Senin <svillar@igalia.com>
Wed, 21 Jan 2009 12:54:51 +0000 (12:54 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 21 Jan 2009 12:54:51 +0000 (12:54 +0000)
pmo-trunk-r7216

src/hildon2/modest-msg-view-window.c
src/modest-init.c
src/modest-tny-account-store.c

index 4a0f792..315f3c8 100644 (file)
@@ -1618,7 +1618,7 @@ modest_msg_view_window_key_event (GtkWidget *window,
 
                if (event->type == GDK_KEY_PRESS) {
                        GtkScrollType scroll_type;
-                       
+
                        switch (event->keyval) {
                        case GDK_Up: 
                        case GDK_KP_Up:
@@ -1640,7 +1640,7 @@ modest_msg_view_window_key_event (GtkWidget *window,
                                scroll_type = GTK_SCROLL_END; break;
                        default: scroll_type = GTK_SCROLL_NONE;
                        }
-                       
+
                        /* g_signal_emit_by_name (G_OBJECT (priv->main_scroll), "scroll-child",  */
                        /*                     scroll_type, FALSE, &return_value); */
                        return FALSE;
index 677d2c8..c6225ee 100644 (file)
@@ -50,6 +50,7 @@
 #include "modest-tny-msg.h"
 #include <libgnomevfs/gnome-vfs.h>
 #include <string.h>
+#include "modest-text-utils.h"
 
 #ifndef MODEST_TOOLKIT_GTK
 #include "modest-hildon-includes.h"
index 2143c8e..751b4f2 100644 (file)
@@ -40,7 +40,7 @@
 #include <tny-camel-transport-account.h>
 #include <tny-camel-imap-store-account.h>
 #include <tny-camel-pop-store-account.h>
-
+#include "modest-text-utils.h"
 #include <modest-runtime.h>
 #include <modest-marshal.h>
 #include <modest-protocol-registry.h>