[evolution] Bug #606666 - Cannot move cursor with arrows in preview with caret mode



commit 6dcf4ec1277fe877dde44cb3015222495cdc6b15
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jan 25 16:20:19 2010 +0100

    Bug #606666 - Cannot move cursor with arrows in preview with caret mode

 modules/mail/e-mail-shell-view-private.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/mail/e-mail-shell-view-private.c b/modules/mail/e-mail-shell-view-private.c
index 85395fd..377811e 100644
--- a/modules/mail/e-mail-shell-view-private.c
+++ b/modules/mail/e-mail-shell-view-private.c
@@ -282,7 +282,7 @@ mail_shell_view_scroll_cb (EMailShellView *mail_shell_view,
 	GtkWidget *message_list;
 	gboolean magic_spacebar;
 
-	if (html->binding_handled)
+	if (html->binding_handled || gtk_html_get_caret_mode (html))
 		return;
 
 	if (orientation != GTK_ORIENTATION_VERTICAL)



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