balsa r7847 - in trunk: . src
- From: PeterB svn gnome org
- To: svn-commits-list gnome org
- Subject: balsa r7847 - in trunk: . src
- Date: Sat, 9 Feb 2008 19:41:56 +0000 (GMT)
Author: PeterB
Date: Sat Feb 9 19:41:56 2008
New Revision: 7847
URL: http://svn.gnome.org/viewvc/balsa?rev=7847&view=rev
Log:
minimal scroll
Modified:
trunk/ChangeLog
trunk/src/balsa-message.c
Modified: trunk/src/balsa-message.c
==============================================================================
--- trunk/src/balsa-message.c (original)
+++ trunk/src/balsa-message.c Sat Feb 9 19:41:56 2008
@@ -428,8 +428,7 @@
NULL, &location.y);
y = location.y;
- gtk_adjustment_clamp_page(adj, y - adj->step_increment,
- y + adj->step_increment);
+ gtk_adjustment_clamp_page(adj, y, y + location.height);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]