From kde-commits Mon Nov 22 21:36:13 2004 From: Esben Mose Hansen Date: Mon, 22 Nov 2004 21:36:13 +0000 To: kde-commits Subject: kdebase/klipper Message-Id: <20041122213613.6B07617274 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110115937904691 CVS commit by esben: Regression: Remove quit from applet (where it never belonged) M +3 -1 toplevel.cpp 1.165 --- kdebase/klipper/toplevel.cpp #1.164:1.165 @@ -181,5 +181,7 @@ KlipperWidget::KlipperWidget( QWidget *p popup->plugAction( clearHistoryAction ); popup->plugAction( configureAction ); + if ( !isApplet() ) { popup->plugAction( quitAction ); + } QToolTip::add( this, i18n("Klipper - clipboard tool") );