SVN commit 1209935 by tokoe: Use the preset mimetype filters for the SubscriptionDialog M +1 -1 standardactionmanager.cpp --- trunk/KDE/kdepimlibs/akonadi/standardactionmanager.cpp #1209934:1209935 @@ -636,7 +636,7 @@ void slotLocalSubscription() { - SubscriptionDialog* dlg = new SubscriptionDialog( parentWidget ); + SubscriptionDialog* dlg = new SubscriptionDialog( mMimeTypeFilter, parentWidget ); dlg->show(); }