From 4186d0114fd0bd2ae29490c01d9e240ea1c0bdfe Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 19 Jan 2011 19:43:10 +0100 Subject: [PATCH] app: add comment to improve readability --- app/widgets/gimptextstyleeditor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/widgets/gimptextstyleeditor.c b/app/widgets/gimptextstyleeditor.c index e1f413cf2a..b0c65784d7 100644 --- a/app/widgets/gimptextstyleeditor.c +++ b/app/widgets/gimptextstyleeditor.c @@ -966,7 +966,7 @@ gimp_text_style_editor_update_idle (GimpTextStyleEditor *editor) else gimp_text_style_editor_set_kerning (editor, kerning_tag); } - else + else /* no selection */ { GtkTextIter cursor; GSList *tags;