aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..0b71ee3d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,8 @@
1Known issues:
2
3* gtk_dialog_run is bad as it stops the GNUnet scheduler loop as well;
4 => we should replace all calls to it by non-modal dialogs
5 => the globals (builder in particular!) in the respective
6 source files must be de-globalized, since we can then get two
7 windows of the same type open at the same time (!)
8 => additional advantage: ability to have multiple search/publish dialogs open at the same time!