[anjal] Return correct value



commit 0b024387d48550aa9c1e1515c6513182a691c2ae
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Thu Apr 16 18:35:56 2009 +0530

    Return correct value
---
 src/mail-conv-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mail-conv-view.c b/src/mail-conv-view.c
index bc22e0e..844aa7f 100644
--- a/src/mail-conv-view.c
+++ b/src/mail-conv-view.c
@@ -234,6 +234,8 @@ mcv_sh_focus_expose (GtkWidget *w, GdkEventExpose *event, MailConvView *mcv)
 		height = ((GtkContainer *)mcv->child_box)->focus_child->allocation.height;
 		gtk_adjustment_clamp_page (adj, y, y+height);
 	}
+
+	return FALSE;	
 }
 
 static void



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