[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/dialogs
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2010-06-25 18:50:39
Message-ID: 20100625185039.52457AC8DD () svn ! kde ! org
[Download RAW message or body]

SVN commit 1142814 by cfeck:

Trigger KDE default events for message boxes

If people complain, the default settings can be changed,
but not being able to enable sounds at all is a bug.

BUG: 237670
FIXED-IN: 4.5.0


 M  +2 -1      kmessagebox.cpp  


--- trunk/KDE/kdelibs/kdeui/dialogs/kmessagebox.cpp #1142813:1142814
@@ -137,7 +137,8 @@
     }
 
     if ( !message.isEmpty() ) {
-        KNotification::event( messageType, message , QPixmap() , QWidget::find( parent_id ) );
+        KNotification::event( messageType, message, QPixmap(), QWidget::find( parent_id ),
+                              KNotification::DefaultEvent | KNotification::CloseOnTimeout );
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic