git 2.28 branch

View: New views
2 Messages — Rating Filter:   Alert me  

git 2.28 branch

by jreidthompson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

got errors trying to build...

is this correct...


diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index 3c56967..49ae745 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -2462,7 +2462,7 @@ folder_tree_descend (GtkTreeModel *model,
 }
 
 void
-em_folder_tree_select_prev_path (EMFolderTree *folder_tree,
+em_folder_tree_select_prev_path (EMFolderTree *emft,
                                  gboolean skip_read_folders)
 {
        GtkTreeSelection *selection;
@@ -2516,18 +2516,18 @@ em_folder_tree_select_prev_path (EMFolderTree *folder_tree,
        } while (skip_read_folders && unread <= 0 &&
                gtk_tree_path_compare (path, sentinel) != 0);
 
-       if (!gtk_tree_view_row_expanded (tree_view, path))
-               gtk_tree_view_expand_to_path (tree_view, path);
+       if (!gtk_tree_view_row_expanded (emft->priv->treeview, path))
+               gtk_tree_view_expand_to_path (emft->priv->treeview, path);
 
        gtk_tree_selection_select_path (selection, path);
 
        if (!priv->cursor_set) {
-               gtk_tree_view_set_cursor (tree_view, path, NULL, FALSE);
+               gtk_tree_view_set_cursor (emft->priv->treeview, path, NULL, FALSE);
                priv->cursor_set = TRUE;
        }
 
        gtk_tree_view_scroll_to_cell (
-               tree_view, path, NULL, TRUE, 0.5f, 0.0f);
+               emft->priv->treeview, path, NULL, TRUE, 0.5f, 0.0f);
 
        gtk_tree_path_free (sentinel);
        gtk_tree_path_free (path);

_______________________________________________
Evolution-hackers mailing list
Evolution-hackers@...
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: git 2.28 branch

by Matthew Barnes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 2009-10-29 at 13:59 -0400, Reid Thompson wrote:
> got errors trying to build...

Patch looks correct, thanks.  That was my fault.  Public shame is what I
get for being lazy and not building backported changes.

Matthew Barnes

_______________________________________________
Evolution-hackers mailing list
Evolution-hackers@...
http://mail.gnome.org/mailman/listinfo/evolution-hackers