This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository libreoffice.
commit ab4a3c9557e3335d3051ac2b78cbd62524cba0f1 Author: Rene Engelhard <[email protected]> Date: Mon Apr 4 11:51:24 2016 +0200 disable the quickstarter --- changelog | 3 +-- rules | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index 246217d..ace6790 100644 --- a/changelog +++ b/changelog @@ -29,8 +29,7 @@ libreoffice (1:5.1.2~rc2-1) UNRELEASED; urgency=medium - remove artificial disabling of glTF for armel and mips(el). Probably still don't make sense but enable it for consistency (and because we enable other stuff there which don't make sense that much either) - - add conditional to disable the systray quickstarter but keep it enabled - for now + - disable the systray quickstarter, see #819878. -- Rene Engelhard <[email protected]> Sat, 02 Apr 2016 12:48:35 +0200 diff --git a/rules b/rules index 91c81e7..5578e35 100755 --- a/rules +++ b/rules @@ -372,7 +372,7 @@ else endif ENABLE_SDBC_POSTGRESQL=y BUILD_GTK=y -ENABLE_SYSTRAY=y +ENABLE_SYSTRAY=n #ifeq "$(DEB_DISTRIBUTION)" "experimental" BUILD_GTK3=y #endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git

