From fff78451bd6264bffb970fa71b66a0e16099788c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 2 Jan 2010 19:13:38 +0100 Subject: Silently fail when no tags are available to update. --- window_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window_main.c b/window_main.c index a1832e4..a78a6fa 100644 --- a/window_main.c +++ b/window_main.c @@ -344,8 +344,8 @@ static void update_tags(GArray *wallarray, GtkListStore *liststore) { gboolean active, inconsistent; guint64 tagid; + /* No tags available. */ if(!gtk_tree_model_get_iter_first(GTK_TREE_MODEL(liststore), &iter)) { - g_error("Failed to get iter\n"); return; } -- cgit v1.2.3