From: Alfons Hoogervorst Date: Thu, 25 Mar 2004 09:39:27 +0000 (+0000) Subject: * src/prefs_common.c X-Git-Tag: rel_0_9_11~53 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=4125f5a2645d2ba3cb4056f92371fba799d34dff * src/prefs_common.c I mean this one: Return the GList... --- diff --git a/ChangeLog.claws b/ChangeLog.claws index bcb855243..5617e0c09 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2004-03-25 [alfons] 0.9.10claws32 + + * src/prefs_common.c + I mean this one: Return the GList... + 2004-03-25 [alfons] 0.9.10claws31 * src/prefs_common.h diff --git a/configure.ac b/configure.ac index 8aae1444a..26ad91df9 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=30 +EXTRA_VERSION=32 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/prefs_common.c b/src/prefs_common.c index 13b0e8af2..8fbce7585 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -890,6 +890,8 @@ GList *prefs_common_read_history(const gchar *history) fclose(fp); tmp = g_list_reverse(tmp); + + return tmp; } void prefs_common_read_config(void)