[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5
    Maximiliano Curia 
    maxy at moszumanska.debian.org
       
    Sat May 28 00:01:33 UTC 2016
    
    
  
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=bfacfea
The following commit has been merged in the master branch:
commit bfacfeada03d2d849aae57f7fd4e7d2c484a2307
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Feb 9 12:58:54 2012 +0100
    Cleanup
---
 plugins/gabble/gabble-account-ui.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/gabble/gabble-account-ui.cpp b/plugins/gabble/gabble-account-ui.cpp
index 7a2fea3..549253e 100644
--- a/plugins/gabble/gabble-account-ui.cpp
+++ b/plugins/gabble/gabble-account-ui.cpp
@@ -66,7 +66,7 @@ AbstractAccountParametersWidget *GabbleAccountUi::mainOptionsWidget(
         QWidget *parent) const
 {
     if (m_serviceName == QLatin1String("google-talk")) {
-	return new MainOptionsWidgetGoogleTalk(model, parent);
+        return new MainOptionsWidgetGoogleTalk(model, parent);
     } else if (m_serviceName == QLatin1String("facebook")) {
         return new MainOptionsWidgetFacebook(model, parent);
     } else if (m_serviceName == QLatin1String("msn-xmpp")) {
-- 
ktp-accounts-kcm packaging
    
    
More information about the pkg-kde-commits
mailing list