summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-11 15:13:59 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-11 15:15:30 -0500
commit3e51e87a8a49957a51819664fbec6d294f1154aa (patch)
tree49e56842b3061b03d9b60ecfcf333ca6828f87e1 /TODO
parent0d626bb73a6af19f59143034210c4e49c08d5168 (diff)
downloadepiphany-3e51e87a8a49957a51819664fbec6d294f1154aa.tar.gz
ADD TODO note about misuse of g_str_equal
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 35f8267c9..4fde6fe5d 100644
--- a/TODO
+++ b/TODO
@@ -15,3 +15,4 @@ Some TODO items, in no particular order:
- We practically don't test any part of Epiphany, change that (how do
you test UI code? There's like 3 or 4 frameworks for this, pick one?
What does Chrome do?)
+- g_str_equal -> g_strcmp0 or strcmp except in hash maps