Made it possible to disable notification balloons again

This commit is contained in:
Christophe Dumez 2010-07-22 09:39:51 +00:00
parent e2cdbbb184
commit 39d86c5f61
3 changed files with 23 additions and 3 deletions

View file

@ -910,6 +910,7 @@ void GUI::updateGUI() {
}
void GUI::showNotificationBaloon(QString title, QString msg) const {
if(!Preferences::useProgramNotification()) return;
#ifdef WITH_LIBNOTIFY
if (notify_init ("summary-body")) {
NotifyNotification* notification;