From 7cf015416c26cb840f52d800a17d9394c921bbc8 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Mon, 3 Jan 2011 13:29:06 -0800 Subject: [PATCH] Add a comment for bgo#638609 - backend debug hard-coding --- folks/debug.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/folks/debug.vala b/folks/debug.vala index 1e03e16..2ba27d6 100644 --- a/folks/debug.vala +++ b/folks/debug.vala @@ -31,6 +31,7 @@ namespace Folks.Debug internal static void _set_flags (string? debug_flags) { + /* FIXME: we obviously shouldn't be hard-coding these. See bgo#638609 */ GLib.DebugKey keys[3] = { DebugKey () { key = "Core", value = Domains.CORE }, -- 2.7.4