[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=b16aaae

The following commit has been merged in the master branch:
commit b16aaae82509c69cb34041189c01c87cdfd76235
Author: Christoph Feck <christoph at maxiom.de>
Date:   Sun Nov 13 10:14:00 2011 +0100

    Fix compile
---
 mainwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mainwindow.cpp b/mainwindow.cpp
index 89cf586..4ceda84 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -113,7 +113,7 @@ MainWindow::MainWindow(const KUrl &url, QWidget *parent) :
     Tp::registerTypes();
 
     ui->setupUi(this);
-    setWindowTitle(i18n("Send file - %1", url.fileName());
+    setWindowTitle(i18n("Send file - %1", url.fileName()));
 
     kDebug() << KApplication::arguments();
 

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list