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

List:       kde-commits
Subject:    =?utf-8?q?=5Bbluedevil=5D_src/monolithic=3A_monolothic=3A_set_th?=
From:       Pino Toscano <pino () kde ! org>
Date:       2011-06-15 23:19:17
Message-ID: 20110615231917.AFEEDA60A4 () git ! kde ! org
[Download RAW message or body]

Git commit 280be773552d356ad19ccff3fd1139e53065461c by Pino Toscano.
Committed on 16/06/2011 at 01:18.
Pushed by pino into branch 'master'.

monolothic: set the "configure" icon for the "Configure Bluetooth" menu item

M  +1    -1    src/monolithic/monolithic.cpp     

http://commits.kde.org/bluedevil/280be773552d356ad19ccff3fd1139e53065461c

diff --git a/src/monolithic/monolithic.cpp b/src/monolithic/monolithic.cpp
index 46d0106..09f092a 100644
--- a/src/monolithic/monolithic.cpp
+++ b/src/monolithic/monolithic.cpp
@@ -298,7 +298,7 @@ void Monolithic::regenerateDeviceEntries()
     connect(addDevice, SIGNAL(triggered(Qt::MouseButtons,Qt::KeyboardModifiers)), \
this, SLOT(addDevice()));  menu->addAction(addDevice);
 
-    KAction *configBluetooth = new KAction(i18n("Configure Bluetooth"), menu);
+    KAction *configBluetooth = new KAction(KIcon("configure"), i18n("Configure \
                Bluetooth"), menu);
     connect(configBluetooth, SIGNAL(triggered(bool)), this, \
SLOT(configBluetooth()));  menu->addAction(configBluetooth);
 


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

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