aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-08-07 00:31:25 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-07 00:31:25 +0800
commitc56fade286a72588d221535739afa798d88af634 (patch)
treee19a781d7faee3997dd814238baf6a1494a373f2 /mail
parent932f5d8e6f061db2a007a7e207c594795144662a (diff)
downloadgsoc2013-evolution-c56fade286a72588d221535739afa798d88af634.tar.gz
gsoc2013-evolution-c56fade286a72588d221535739afa798d88af634.tar.zst
gsoc2013-evolution-c56fade286a72588d221535739afa798d88af634.zip
Fix a minor glitch with how it started a backwards wraparound at the 2nd
2001-08-06 Jason Leach <jleach@ximian.com> * message-list.c (message_list_select): Fix a minor glitch with how it started a backwards wraparound at the 2nd to last message, skipping the very last message. svn path=/trunk/; revision=11698
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/message-list.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d0d27d98d3..76d6dc6664 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-06 Jason Leach <jleach@ximian.com>
+
+ * message-list.c (message_list_select): Fix a minor glitch with
+ how it started a backwards wraparound at the 2nd to last message,
+ skipping the very last message.
+
2001-08-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.glade: s/character set/character encoding
diff --git a/mail/message-list.c b/mail/message-list.c
index 8c9accb3aa..f9fc7d42e8 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -427,7 +427,7 @@ message_list_select (MessageList *message_list,
message_list_select (message_list, 0,
direction, flags, mask, FALSE);
else
- message_list_select (message_list, e_tree_row_count (et) - 1,
+ message_list_select (message_list, e_tree_row_count (et),
direction, flags, mask, FALSE);
}
}
~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/astro/libnova/Makefile?id=cfad71f444a2e30c1102927c9a001b4b03841690'>- Update to 0.14.0Dennis Herrmann2011-08-301-2/+2 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-121-1/+1 * Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...Dmitry Marakasov2009-08-221-1/+1 * - Update to 0.13.0Dennis Herrmann2009-08-051-5/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-031-1/+1 * - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-071-1/+1 * - Update to 0.12.3Dmitry Marakasov2009-01-201-1/+1 * - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1 * - Pass maintainership to PR submitterChin-San Huang2009-01-031-1/+1 * - Update to 0.12.2Chin-San Huang2009-01-031-3/+2 * Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2008-12-161-1/+1 * Pass maintainership to last submitter.Xin LI2007-02-151-1/+1 * - Updated to 0.12.1Nicola Vitale2007-02-111-4/+3 * Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1 * Update to 0.12.0.Xin LI2006-08-191-3/+8 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1 * Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2 * - Change nan("chars") to strtod("NAN(chars)", NULL) and remove dependency of ...Marcus Alves Grando2006-02-191-4/+3 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1 * nan() is a gcc 3.3-ism, therefor require GCC 3.3 for this port.Edwin Groothuis2005-10-111-3/+4 * Upgrade to 0.11.0Edwin Groothuis2005-10-091-3/+8 * don't install .la filesOliver Lehmann2005-06-011-1/+1 * change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-311-1/+1 * Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-101-1/+1 * Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1 * - Support CFLAGS properlyKirill Ponomarev2004-01-271-1/+6 * - Update to version 0.9.0Kirill Ponomarev2004-01-26