summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index 433bd3a..1fd0ea2 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -299,6 +299,7 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
- menu->insertItem( tr("rescan sevices:"), 0);
- menu->insertItem( tr("to group"), groups , 1);
- // menu->insertItem( tr("bound device"), 2);
- menu->insertItem( tr("delete"), 3);
+ menu->insertItem( ((BTDeviceItem*)item)->name(),0 );
+ menu->insertSeparator(1);
+ menu->insertItem( tr("rescan sevices"), 2);
+ menu->insertItem( tr("to group"), groups , 3);
+ menu->insertItem( tr("delete"), 4);
@@ -346,2 +347,4 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
QPopupMenu *popup =0l;
+ popup->insertItem( (service->services()).serviceName() );
+ popup->insertSeparator();
if ( it != list.end() ) {