[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=4fe7798

The following commit has been merged in the master branch:
commit 4fe7798fca9e3d04206588dcf3d12805cc6b1307
Author: Lasath Fernando <kde at lasath.org>
Date:   Wed Jul 6 13:49:47 2011 +0530

    Added Icons for TabBar context menu items.
---
 app/chat-window.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index 0f58b45..4044cac 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -93,10 +93,10 @@ ChatWindow::~ChatWindow()
 
 void ChatWindow::tabBarContextMenu(int index, const QPoint& globalPos)
 {
-//     KIconLoader::global()->loadIcon("close-tab", KIconLoader::Small)
     KAction close(KIcon("tab-close", KIconLoader::global()), "Close", this);
-    KAction dettach("Dettach Tab", this);
-    KAction moveLeft("Move Tab Left", this), moveRight("Move Tab Right", this);
+    KAction dettach(KIcon("tab-detach", KIconLoader::global()), "Dettach Tab", this);
+    KAction moveLeft(KIcon("arrow-left", KIconLoader::global()), "Move Tab Left", this);
+    KAction moveRight(KIcon("arrow-right", KIconLoader::global()),"Move Tab Right", this);
 
     KMenu* menu = new KMenu(this);
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list