Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-client-windows
Commits
9f6b5192
Commit
9f6b5192
authored
Feb 02, 2016
by
Edric Milaret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings: fix cert button blanked on cancel
Change-Id: Ie148f998e7d4dc0230bc85087050c7821d778ae2 Tuleap: #278
parent
6816fd73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
accountdetails.cpp
accountdetails.cpp
+2
-2
No files found.
accountdetails.cpp
View file @
9f6b5192
...
...
@@ -184,8 +184,8 @@ AccountDetails::onCertButtonClicked() {
auto
sender
=
QObject
::
sender
();
(
currentAccount_
->*
certMap_
[
sender
->
objectName
()])(
fileName
);
static_cast
<
QPushButton
*>
(
sender
)
->
setText
(
fileName
);
if
(
not
fileName
.
isEmpty
())
static_cast
<
QPushButton
*>
(
sender
)
->
setText
(
fileName
);
}
void
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment