aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-07-25 18:10:35 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-07-25 18:10:35 +0800
commitf4b8c08e313e3df5f4fab9ff42272f111137aa9e (patch)
tree68878af87646ba6a99cd71c6206e80c63802304f /e-util
parent00a8f5e2ec693222e02e96c700c235a81eeb4ce5 (diff)
downloadgsoc2013-evolution-f4b8c08e313e3df5f4fab9ff42272f111137aa9e.tar.gz
gsoc2013-evolution-f4b8c08e313e3df5f4fab9ff42272f111137aa9e.tar.zst
gsoc2013-evolution-f4b8c08e313e3df5f4fab9ff42272f111137aa9e.zip
Return the actual count, rather than always 0!
2002-07-25 Not Zed <NotZed@Ximian.com> * e-msgport.c (e_dlist_length): Return the actual count, rather than always 0! svn path=/trunk/; revision=17587
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/e-msgport.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 2adf6d433b..a26cd8ea10 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-25 Not Zed <NotZed@Ximian.com>
+
+ * e-msgport.c (e_dlist_length): Return the actual count, rather
+ than always 0!
+
2002-07-03 Peter Williams <peterw@ximian.com>
* Makefile.am: Install libeutil, libeconduit, and libedb3util and
diff --git a/e-util/e-msgport.c b/e-util/e-msgport.c
index 6fc83588c6..28c0e5cca9 100644
--- a/e-util/e-msgport.c
+++ b/e-util/e-msgport.c
@@ -93,7 +93,7 @@ int e_dlist_length(EDList *l)
nn = n->next;
}
- return 0;
+ return count;
}
struct _EMsgPort {
td>Add support for H.264 via multimedia/x264 and WITHOUT_H264 knob.ahze2005-01-121-0/+10 * Add a new knob, WITHOUT_TRANSCODEahze2004-12-301-0/+10 * libcdio: Update to 0.71arved2004-12-091-3/+3 * - Use new ffmpeg 0.4.9.p1 from ports and remove ffmpeg snapshotahze2004-12-072-112/+14 * Fix spelling in pre-everythingahze2004-11-281-1/+1 * - Fix fatal typos [1]ahze2004-11-273-22/+44 * Disable toolame support, it needs a newer vesion to buildahze2004-11-261-0/+4 * Fix problem with a52 audio by statically linkingahze2004-11-171-1/+6 * Add missing files in FILESDIRahze2004-11-172-0/+65 * - Update to 0.8.1ahze2004-11-176-239/+508 * Add an auto-generated plist to fix any plist problemsahze2004-11-162-401/+45 * Change email to new FreeBSD.org addressahze2004-10-301-1/+1 * -Use gcc 3.4 (update from 3.3).mezz2004-10-152-14/+42 * [MAINTAINER] multimedia/vlc: update pkg-descr and COMMENTedwin2004-10-142-13/+6 * welcome new maintaineredwin2004-10-141-1/+1 * - drop maintinershipdinoex2004-10-141-2/+2 * - fix build problem if an older vlc is still installed.dinoex2004-10-121-3/+12 * Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1 * - new options: WITHOUT_NLS, WITH_WXWINDOWS, WITHOUT_WXWINDOWSdinoex2004-09-222-19/+34 * - unbreak for am64dinoex2004-09-011-1/+9 * - modify OSVERSION for thread problemdinoex2004-08-201-1/+1 * Chase libraries for new audio/speex version.krion2004-07-251-1/+1 * Chase libraries for new audio/speex version.krion2004-07-231-1/+2 * - fix build with net/liveMedia (patch partly obtained from vlc cvs)dinoex2004-07-231-0/+73 * - fix pkg-list for option WITH_LIBMATROSKAdinoex2004-07-16