summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@dhcp-100-2-40.bos.redhat.com>2009-04-15 21:37:20 -0400
committerSøren Sandmann Pedersen <ssp@dhcp-100-2-40.bos.redhat.com>2009-04-15 21:37:20 -0400
commit0a3b6d3bba6a0db67409f50f8e686247051c56e5 (patch)
treefe2ee8185d9cc5d9b9c3aedb09c635b609093a45
parent3dd766d8681bf41fa966b2aa65d5a1e78e41f073 (diff)
Comment
-rw-r--r--siv.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/siv.c b/siv.c
index 6f8cac2..bcd152f 100644
--- a/siv.c
+++ b/siv.c
@@ -444,13 +444,10 @@ on_open (App *app, const char *startup_id, const char *filename)
if (!open_file (app, startup_id, filename, NULL))
{
- /* FIXME: show error
- *
- * However, it would be better if we could show
+ /* FIXME: it would be better if we could show
* all the errors at once; so we need to support
- * asking to load many files at once
- *
- * Also there should be support for startup notification.
+ * asking to load many files at once, which means
+ * support for dbus arrays.
*/
app_show_could_not_open (NULL, 1, (char **)&filename);