From: Javier Fernandez Garcia-Boente Date: Fri, 29 Jun 2007 14:29:04 +0000 (+0000) Subject: * Fixed bug in select_next function. X-Git-Tag: git_migration_finished~3038 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=d1822641339ef21df4394bf3b03546d965f08208;p=modest * Fixed bug in select_next function. pmo-trunk-r2498 --- diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index 7f24bd0..3545439 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -1036,7 +1036,7 @@ modest_msg_view_window_select_next_message (ModestMsgViewWindow *window) if (priv->header_model) { path = gtk_tree_row_reference_get_path (priv->row_reference); - if (path != NULL) return FALSE; + if (path == NULL) return FALSE; gtk_tree_model_get_iter (priv->header_model, &tmp_iter,