Re: [evolution-patches] Patch 52113 for head crash in emft_tree_row_collapsed
- From: Jeffrey Stedfast <fejj ximian com>
- To: Gary Ekker <gekker novell com>
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] Patch 52113 for head crash in emft_tree_row_collapsed
- Date: Fri, 12 Dec 2003 23:07:41 -0500
hey wow, I have god-awful slow net access! ;-)
looks good (since a mail hacker has to approve).
Jeff
On Fri, 2003-12-12 at 06:13, Gary Ekker wrote:
> Kudos to Jeff for fixing the unread coun in the folder tree ! He missed
> one when he changed the folder tree namespacing though :-).
>
> Can someone commit this for me, i don't have cvs rights.
>
> -Gary
>
> ______________________________________________________________________
> ? 52213.patch
> ? evolution-mail-1.5.schemas
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
> retrieving revision 1.2960
> diff -u -p -r1.2960 ChangeLog
> --- ChangeLog 12 Dec 2003 00:05:00 -0000 1.2960
> +++ ChangeLog 12 Dec 2003 18:08:22 -0000
> @@ -1,3 +1,9 @@
> +2003-12-12 Gary Ekker <gekker novell com>
> +
> + * em-folder-tree.c: crash in emft_tree_row_collapsed
> +
> + ** See bug #52113
> +
> 2003-12-12 Not Zed <NotZed Ximian com>
>
> * mail-config.c (config_write_style): put the style in .evolution.
> Index: em-folder-tree.c
> ===================================================================
> RCS file: /cvs/gnome/evolution/mail/em-folder-tree.c,v
> retrieving revision 1.42
> diff -u -p -r1.42 em-folder-tree.c
> --- em-folder-tree.c 11 Dec 2003 20:02:24 -0000 1.42
> +++ em-folder-tree.c 12 Dec 2003 18:08:23 -0000
> @@ -742,7 +742,7 @@ static void
> emft_tree_row_collapsed (GtkTreeView *treeview, GtkTreeIter *root, GtkTreePath *tree_path, EMFolderTree *emft)
> {
> emft_update_model_expanded_state (emft->priv, root, FALSE);
> - em_folder_tree_queue_save_state (emft);
> + emft_queue_save_state (emft);
> }
>
> #if 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]