summaryrefslogtreecommitdiff
path: root/libreofficekit/README
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-16 18:53:45 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-26 10:27:35 +0100
commite05367207e1c651a0f0d3ea59d6d807ccc21da08 (patch)
tree9bee9ca2bbab024155989ed4e29f4ab5581cbfbf /libreofficekit/README
parentc3f1a33867a1e0b351922feb52d762bad73d718e (diff)
libreofficekit: update README, deploy a couple of g_info() calls
As we can't use SAL_INFO in C code (not to mention that the widget doesn't link to LO code, either). Change-Id: I71b925ab3c18c2e0afebe84cdaefd5c01fc91872
Diffstat (limited to 'libreofficekit/README')
-rw-r--r--libreofficekit/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/libreofficekit/README b/libreofficekit/README
index 8b18b3654130..eb29106341bd 100644
--- a/libreofficekit/README
+++ b/libreofficekit/README
@@ -43,6 +43,5 @@ LibreOfficeKitGtk
Currently consists of only a very basic GTK+ document viewer widget.
-Currently this simply renders the entire document as one large tile (for
-Writer) and/or entire sheet for Calc, which can be somewhat slow with
-larger documents.
+The widget uses g_info() instead of SAL_INFO(), use the 'G_MESSAGES_DEBUG=all'
+environment variable to display those messages.