Thu, 07 Sep 2017 21:03:07 -0500
Set the about dialog to be transient for the buddy list
# vi:et:ts=2 sw=2 sts=2 image: pidgin/builder-debian:stretch pipelines: default: - step: script: - set -ex - ./autogen.sh --enable-debug --enable-gtk-doc - make -s -j$(nproc) - make -s -j$(nproc) distcheck branches: release-2.x.y: - step: image: pidgin/release-builder:release-2.x.y script: - set -ex - ./autogen.sh --enable-debug - make -s -j$(nproc) - make -s -j$(nproc) check - make distcheck