summaryrefslogtreecommitdiff
path: root/window_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'window_main.c')
-rw-r--r--window_main.c2
1 files changed, 1 insertions, 1 deletions
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;
}