[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:49 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=208cc57

The following commit has been merged in the master branch:
commit 208cc573d27919bd065461c82c26e17e41912da1
Author: Martin Gräßlin <mgraesslin at kde.org>
Date:   Wed Jul 22 14:57:22 2015 +0200

    [app] Add a title on the ApplicationWindow
    
    Without a title, it's not possible to identify the window on Wayland.
    E.g. KWin doesn't have a title for the application in Present Windows
    or application switchers filtering it out.
    
    REVIEW: 124417
---
 app/qml/main.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/qml/main.qml b/app/qml/main.qml
index 929a7f3..441e21e 100644
--- a/app/qml/main.qml
+++ b/app/qml/main.qml
@@ -29,6 +29,7 @@ ApplicationWindow
     visible: true
     width: 400
     height: 500
+    title: i18n("KDE Connect")
 
     toolBar: RowLayout {
         Button {

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list