From a00650e7fe34373c4b2accf46d75fe0ff12ec768 Mon Sep 17 00:00:00 2001 From: gunnar_g Date: Fri, 21 Jan 2011 12:09:57 +0000 Subject: [PATCH] Show the flags also for non international competitions --- src/treeview.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/treeview.c b/src/treeview.c index 268bbcbb..50e1d29d 100644 --- a/src/treeview.c +++ b/src/treeview.c @@ -1069,10 +1069,8 @@ treeview_create_fixture(const Fixture *fix, GtkListStore *ls) gchar *colour_fg = NULL, *colour_bg = NULL; gint user_idx = fixture_user_team_involved(fix); - if(fix->clid >= ID_CUP_START && - query_league_cup_has_property(fix->clid, "international")) - for(i=0;i<2;i++) - symbol[i] = fix->teams[i]->symbol; + for(i=0;i<2;i++) + symbol[i] = fix->teams[i]->symbol; if(user_idx != -1) treeview_helper_set_user_colours(usr(user_idx).tm->name, @@ -1285,8 +1283,7 @@ treeview_create_single_table(GtkListStore *ls, const Table *table, gint table_in elem = &g_array_index(table->elements, TableElement, i); - if(table->clid >= ID_CUP_START) - treeview_helper_insert_icon((GtkTreeModel*)ls, &iter, 0, elem->team->symbol); + treeview_helper_insert_icon((GtkTreeModel*)ls, &iter, 0, elem->team->symbol); if(elem->old_rank > i) treeview_helper_insert_icon((GtkTreeModel*)ls, &iter, 2,