Go to file
Tanu Kaskinen d3b3bee378 pavuapplication: initialize members in the constructor
It seems that without explicit initialization of the members they remain
uninitialized. The lack of initialization caused crashing, because
PavuApplication::on_activate() creates the MainWindow only if mainWindow
is NULL, and if it's some random value instead, on_activate() calls
selectTab() on a non-existent window.

Fixes: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/49
2018-10-18 15:27:10 +03:00
doc update repository links to GitLab 2018-08-07 16:42:36 +03:00
m4 build-sys: Add m4 file for AX_CXX_COMPILE_STDCXX_11 2016-02-02 17:05:36 +05:30
po i18n: update German translation 2018-10-12 12:10:36 +03:00
src pavuapplication: initialize members in the constructor 2018-10-18 15:27:10 +03:00
.gitignore .gitignore: add compile 2016-04-26 17:12:07 +03:00
LICENSE Fix license mess: change everything to GPL 2007-05-23 23:34:52 +00:00
Makefile.am build-sys: Don't dist m4/ChangeLog 2015-03-23 23:35:39 +05:30
autogen.sh remove $Id$ 2008-07-15 13:24:56 +02:00
bootstrap.sh build-sys: Use autoreconf in bootstrap.sh 2013-03-25 08:45:24 +02:00
configure.ac build-sys: Use C++11 for building 2016-01-25 08:42:34 +05:30