[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:21:41 UTC 2016


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

The following commit has been merged in the master branch:
commit e3aaff352f13ea379c1f52b14f4c2453d7955a3b
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Mar 27 15:11:10 2012 +0200

    Move language bar in a new toolbar shown in the bottom
---
 app/chatwindow.rc | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app/chatwindow.rc b/app/chatwindow.rc
index d0419ec..bc54002 100644
--- a/app/chatwindow.rc
+++ b/app/chatwindow.rc
@@ -23,21 +23,24 @@
 
  <ToolBar noMerge="1" name="mainToolBar">
   <text>Main Toolbar</text>
-  <Action name="edit_find"/>
-  <Separator />
   <Action name="invite-to-chat"/>
+  <Separator />
   <Action name="audio-call"/>
   <Action name="video-call"/>
-  <Separator />
   <Action name="send-file"/>
   <Action name="share-desktop"/>
   <Separator />
-  <Action name="language"/>
+  <Action name="edit_find"/>
  </ToolBar>
 
  <ToolBar hidden="true" newline="false" noEdit="true" noMerge="1" name="accountIconToolBar">
   <text>Account Icon Toolbar</text>
-  <Action name="account-icon" />
+  <Action name="account-icon"/>
+ </ToolBar>
+
+ <ToolBar hidden="true" newline="true" fullWidth="true" noEdit="true" noMerge="1" position="bottom" name="languageToolBar">
+  <text>Language Toolbar</text>
+  <Action name="language"/>
  </ToolBar>
 
 </gui>

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list