[Chinese-commits] [fqterm] 29/76: Get rid of an error in clang build.
Boyuan Yang
hosiet-guest at moszumanska.debian.org
Thu Oct 27 03:16:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
hosiet-guest pushed a commit to branch master
in repository fqterm.
commit fba9594087d9f2b4e15c18766f8f18b5c8ad11c3
Author: Iru Cai <mytbk920423 at gmail.com>
Date: Sun May 18 00:36:11 2014 +0800
Get rid of an error in clang build.
---
src/fqterm/fqterm_frame.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/fqterm/fqterm_frame.cpp b/src/fqterm/fqterm_frame.cpp
index 99bb61c..c12ccf8 100644
--- a/src/fqterm/fqterm_frame.cpp
+++ b/src/fqterm/fqterm_frame.cpp
@@ -503,7 +503,7 @@ void FQTermFrame::initAdditionalActions()
//addressbook
void FQTermFrame::addressBook() {
- siteDialog siteManager(this, false);
+ siteDialog siteManager(this, 0);
if (siteManager.exec() == 1) {
newWindow(siteManager.currentParameter(), siteManager.currentSiteIndex());
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git
More information about the Chinese-commits
mailing list