summaryrefslogtreecommitdiff
path: root/src/ui/theme-viewer.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-05-10 11:54:23 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-06-16 19:52:35 +0200
commit3774d5da2d07fc759305b53192a3e8898c5971c7 (patch)
tree3818ac6dc35d0d5fd1238e338536d80f6ed1415d /src/ui/theme-viewer.c
parentf96255beb1b23e47048d1e0479fc53ef4c36b747 (diff)
downloadmarco-3774d5da2d07fc759305b53192a3e8898c5971c7.tar.bz2
marco-3774d5da2d07fc759305b53192a3e8898c5971c7.tar.xz
Remove enum conversion warnings
Diffstat (limited to 'src/ui/theme-viewer.c')
-rw-r--r--src/ui/theme-viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme-viewer.c b/src/ui/theme-viewer.c
index 466f3bca..dc348fa1 100644
--- a/src/ui/theme-viewer.c
+++ b/src/ui/theme-viewer.c
@@ -207,7 +207,7 @@ normal_contents (void)
contents = gtk_text_view_new ();
gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (contents),
- PANGO_WRAP_WORD);
+ GTK_WRAP_WORD);
gtk_container_add (GTK_CONTAINER (sw),
contents);