summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2015-10-02 18:46:47 +0200
committerSébastien Wilmet <swilmet@gnome.org>2015-10-02 18:46:47 +0200
commit438348bebd96694a04eaaaab8bf4cf938c3701ac (patch)
tree82037b32d71fb6e971cbacdaa3f8054ca2172d12
parentbf0eae65cd1373622892487cba135a732d5d9c65 (diff)
downloadgtksourceview-438348bebd96694a04eaaaab8bf4cf938c3701ac.tar.gz
completion: add bug URL in the code
So it has more chances to be seen. If the code is moved to another file, for example, the git blame won't work.
-rw-r--r--gtksourceview/gtksourcecompletion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index 3f574b63..96993366 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -1585,6 +1585,7 @@ style_context_changed (GtkStyleContext *style_context,
* even if the the value is set to normal. That matter is complicated
* because PangoAttrFontDesc and PangoAttrWeight will both have the
* same starting offset in the PangoLayout.
+ * https://bugzilla.gnome.org/show_bug.cgi?id=755968
*/
if (PANGO_WEIGHT_NORMAL == pango_font_description_get_weight (font_desc))
{