[Pkg-owncloud-commits] [owncloud-client] 74/332: Theme: Show the stringified app version rather than the major version.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:41 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 760ecd71fc48c9d8a3e825273bcc325b35c4be65
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.
---
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