[Pkg-owncloud-commits] [owncloud-client] 09/70: Theme: Show the stringified app version rather than the major version.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit ed26bcb3e7bc8e75b2b501a2fbc07f8611c7e42b
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Jun 10 13:48:27 2014 +0200

    Theme: Show the stringified app version rather than the major version.
    
    This was a regression, we changed that by accident in 1.6.0.
    
    (cherry picked from commit 760ecd71fc48c9d8a3e825273bcc325b35c4be65)
---
 src/mirall/theme.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/theme.cpp b/src/mirall/theme.cpp
index 713e07c..8628508 100644
--- a/src/mirall/theme.cpp
+++ b/src/mirall/theme.cpp
@@ -212,7 +212,7 @@ QString Theme::about() const
               "<p>Distributed by %4 and licensed under the GNU General Public License (GPL) Version 2.0.<br>"
               "%5 and the %5 logo are registered trademarks of %4 in the<br>"
               "United States, other countries, or both.</p>")
-            .arg(MIRALL_VERSION_MAJOR).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
+            .arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
             .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)).arg(APPLICATION_VENDOR).arg(APPLICATION_NAME);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list