[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:05:25 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=4b70215
The following commit has been merged in the master branch:
commit 4b702154fe6053be764c207e6af804b1e0e45a1f
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date: Thu Mar 10 17:00:33 2011 +0100
Change the window title
---
main-widget.ui | 2 +-
main.cpp | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/main-widget.ui b/main-widget.ui
index 403da2d..bfcb0ad 100644
--- a/main-widget.ui
+++ b/main-widget.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Telepathy Contact List Prototype</string>
+ <string>Telepathy KDE Contact List</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
diff --git a/main.cpp b/main.cpp
index 140a11b..9dd1d71 100644
--- a/main.cpp
+++ b/main.cpp
@@ -67,8 +67,6 @@ int main(int argc, char *argv[])
#endif
Tp::enableWarnings(true);
-// Nepomuk::ResourceManager::instance()->init();
-
// Set up signal handlers.
if (signal(SIGINT, signal_handler) == SIG_ERR) {
kWarning() << "Setting up SIGINT signal handler failed.";
--
ktp-contact-list packaging
More information about the pkg-kde-commits
mailing list