Skip to content
Snippets Groups Projects
Commit d2019aaa authored by Tristan Matthews's avatar Tristan Matthews
Browse files

gnome: fix compilation for older glib

parent 8d163872
No related branches found
No related tags found
No related merge requests found
......@@ -238,8 +238,7 @@ void account_list_remove(const gchar *accountID)
if (!g_queue_remove(accountQueue, target))
ERROR("Could not remove account with ID %s", accountID);
#else
else
g_queue_remove(accountQueue, target);
g_queue_remove(accountQueue, target);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment