summaryrefslogtreecommitdiffstats
path: root/bus/desktop-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/desktop-file.c')
-rw-r--r--bus/desktop-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/desktop-file.c b/bus/desktop-file.c
index 7a96a44c..d0f9dbb0 100644
--- a/bus/desktop-file.c
+++ b/bus/desktop-file.c
@@ -772,7 +772,7 @@ bus_desktop_file_get_string (BusDesktopFile *desktop_file,
*val = _dbus_strdup (raw);
- /* FIXME we don't distinguish "key not found" from "out of memory" here,
+ /* FIXME 1.0 we don't distinguish "key not found" from "out of memory" here,
* which is broken.
*/
if (*val == NULL)