[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:24:05 UTC 2016


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

The following commit has been merged in the master branch:
commit bdd588d50c8110d3ba5558a6bc3472725ada65d8
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Aug 10 18:31:45 2013 +0100

    Show the main window immediately on startup
    
    This makes load time seem faster but it also more "flickers" more.
    I'm not sure whether it's good or not. Please try and then express an opinion.
---
 app/telepathy-chat-ui.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/telepathy-chat-ui.cpp b/app/telepathy-chat-ui.cpp
index c005296..2593089 100644
--- a/app/telepathy-chat-ui.cpp
+++ b/app/telepathy-chat-ui.cpp
@@ -45,6 +45,8 @@ TelepathyChatUi::TelepathyChatUi(const Tp::AccountManagerPtr &accountManager)
       m_accountManager(accountManager)
 {
     kDebug();
+    ChatWindow *window = createWindow();
+    window->show();
 }
 
 void TelepathyChatUi::removeWindow(ChatWindow *window)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list