From: Colin Leroy Date: Wed, 2 Nov 2005 07:46:34 +0000 (+0000) Subject: 2005-11-02 [cleroy] 1.9.99cvs4 X-Git-Tag: rel_1_9_100~15 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=70ef3dac462a7111fa97a34f2ff29fd9f7ba1ea6;ds=sidebyside 2005-11-02 [cleroy] 1.9.99cvs4 * src/summaryview.c Fix typo (probably fixes bug #841 (Sort by the From field doesn't work) --- diff --git a/ChangeLog b/ChangeLog index e5f8a185b..637199a47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-02 [cleroy] 1.9.99cvs4 + + * src/summaryview.c + Fix typo (probably fixes bug #841 (Sort by the From + field doesn't work) + 2005-11-02 [paul] 1.9.99cvs3 * po/ko.po diff --git a/PATCHSETS b/PATCHSETS index fb20f503d..754354e56 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -970,3 +970,4 @@ ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 tools/claws.i18n.status.pl; ) > 1.9.99cvs1.patchset ( cvs diff -u -r 1.382.2.191 -r 1.382.2.192 src/compose.c; cvs diff -u -r 1.94.2.69 -r 1.94.2.70 src/messageview.c; cvs diff -u -r 1.83.2.50 -r 1.83.2.51 src/mimeview.c; cvs diff -u -r 1.20.2.5 -r 1.20.2.6 src/mimeview.h; cvs diff -u -r 1.10.2.5 -r 1.10.2.6 src/privacy.h; cvs diff -u -r 1.395.2.145 -r 1.395.2.146 src/summaryview.c; ) > 1.9.99cvs2.patchset ( cvs diff -u -r 1.8.2.4 -r 1.8.2.5 po/ko.po; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/nb.po; cvs diff -u -r 1.1.2.23 -r 1.1.2.24 src/wizard.c; ) > 1.9.99cvs3.patchset +( cvs diff -u -r 1.395.2.146 -r 1.395.2.147 src/summaryview.c; ) > 1.9.99cvs4.patchset diff --git a/configure.ac b/configure.ac index d2154e86f..947d86633 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=99 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=3 +EXTRA_VERSION=4 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/summaryview.c b/src/summaryview.c index 6a6cc3d58..081af0a3a 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -4499,7 +4499,7 @@ static GtkWidget *summary_ctree_create(SummaryView *summaryview) GTK_CTREE_EXPANDER_TRIANGLE); #endif gtk_ctree_set_indent(GTK_CTREE(ctree), 12); - g_object_set_data(G_OBJECT(ctree), "user_data", summaryview); + g_object_set_data(G_OBJECT(ctree), "summaryview", (gpointer)summaryview); for (pos = 0; pos < N_SUMMARY_COLS; pos++) { GTK_WIDGET_UNSET_FLAGS(GTK_CLIST(ctree)->column[pos].button,