[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:20:45 UTC 2016


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

The following commit has been merged in the master branch:
commit 26c701127e26a4f9cc4cbd11a55d2ed54fa02fa0
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Jan 30 16:48:05 2012 +0000

    Update error message about failing to find themes
---
 lib/adium-theme-view.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index c834c94..6970e8d 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -83,8 +83,7 @@ void AdiumThemeView::load(ChatType chatType) {
 
     m_chatStyle = ChatWindowStyleManager::self()->getValidStyleFromPool(chatStyleName);
     if (m_chatStyle == 0 || !m_chatStyle->isValid()) {
-        KMessageBox::error(this, i18n("Failed to load a valid theme. Please make sure you "
-                                      "run the chat window configuration program first. "
+        KMessageBox::error(this, i18n("Failed to load a valid theme. Your installation is broken. Check your kde path"
                                       "Will now crash."));
     }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list