summaryrefslogtreecommitdiff
path: root/libvaladoc/documentation
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-07-14 15:07:07 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-07-17 11:20:09 +0200
commit93c41d6d1affcd340c02f1a96f21de942ba61d03 (patch)
tree3851f7d92d2f80953265adff8e418353cab168c4 /libvaladoc/documentation
parent3591ebadadd5255a1e4b8aed643635fb174eed54 (diff)
downloadvala-93c41d6d1affcd340c02f1a96f21de942ba61d03.tar.gz
libvaladoc: Avoid nullable enum as property-type
https://bugzilla.gnome.org/show_bug.cgi?id=784927
Diffstat (limited to 'libvaladoc/documentation')
-rw-r--r--libvaladoc/documentation/importerhelper.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvaladoc/documentation/importerhelper.vala b/libvaladoc/documentation/importerhelper.vala
index 76888d740..952db70e5 100644
--- a/libvaladoc/documentation/importerhelper.vala
+++ b/libvaladoc/documentation/importerhelper.vala
@@ -145,8 +145,8 @@ namespace Valadoc.ImporterHelper {
// avoid fancy stuff in short descriptions:
- first_paragraph.horizontal_align = null;
- first_paragraph.vertical_align = null;
+ first_paragraph.horizontal_align = HorizontalAlign.NONE;
+ first_paragraph.vertical_align = VerticalAlign.NONE;
first_paragraph.style = null;