[gtksourceview] Fix C++ style comment
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Fix C++ style comment
- Date: Thu, 17 Apr 2014 10:53:02 +0000 (UTC)
commit 4dd1d83ee4e61c43cdb0a3cc15f7cd106a041879
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Apr 17 12:52:16 2014 +0200
Fix C++ style comment
gtksourceview/gtksourceprintcompositor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourceprintcompositor.c b/gtksourceview/gtksourceprintcompositor.c
index 9017917..77af804 100644
--- a/gtksourceview/gtksourceprintcompositor.c
+++ b/gtksourceview/gtksourceprintcompositor.c
@@ -816,7 +816,7 @@ gtk_source_print_compositor_new_from_view (GtkSourceView *view)
font_desc = pango_context_get_font_description (pango_context);
compositor->priv->body_font = pango_font_description_copy (font_desc);
- g_object_notify (G_OBJECT (compositor), "body-font-name"); // FIXME: is this needed?
+ g_object_notify (G_OBJECT (compositor), "body-font-name"); /* FIXME: is this needed? */
return compositor;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]