talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a337ebff67d98724632b207830e036fa0ee6229b
parent 0fc50c6f862b45e2a8675a6ba13bffde926f1981
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat, 24 Feb 2018 23:35:26 +0100

Merge needless three gtk_tree_model_get() calls into one.

Diffstat:
Msrc/prefs_filtering.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/prefs_filtering.c b/src/prefs_filtering.c @@ -1931,11 +1931,7 @@ static void prefs_filtering_select_row(GtkTreeView *list_view, GtkTreePath *path gtk_tree_model_get(model, &iter, PREFS_FILTERING_RULE, &filtering_str, - -1); - gtk_tree_model_get(model, &iter, PREFS_FILTERING_NAME, &name, - -1); - gtk_tree_model_get(model, &iter, PREFS_FILTERING_ACCOUNT_ID, &account_id, -1);