Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-uwp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-uwp
Commits
2e4c23fd
Commit
2e4c23fd
authored
8 years ago
by
Nicolas Jager
Browse files
Options
Downloads
Patches
Plain Diff
fix : systematical deletion of account after edit
Change-Id: Ibcf052a78288af59fba58bd36982cf885d6d0777 Tuleap: #1251
parent
f3ad2c07
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SmartPanel.xaml.cpp
+1
-1
1 addition, 1 deletion
SmartPanel.xaml.cpp
with
1 addition
and
1 deletion
SmartPanel.xaml.cpp
+
1
−
1
View file @
2e4c23fd
...
...
@@ -762,7 +762,7 @@ void RingClientUWP::Views::SmartPanel::_acceptAccountModification__Click(Platfor
auto
accountsListSize
=
dynamic_cast
<
Vector
<
AccountListItem
^>^>
(
_accountsList_
->
ItemsSource
)
->
Size
;
/* if the delete button is toggled, just delete the account */
if
(
_deleteAccountBtnEditionMenu_
->
IsChecked
&&
accountsListSize
>
1
)
{
if
(
_deleteAccountBtnEditionMenu_
->
IsChecked
->
Value
==
true
&&
accountsListSize
>
1
)
{
AccountListItem
^
item
;
for
each
(
item
in
AccountListItemsViewModel
::
instance
->
itemsList
)
if
(
item
->
_account
->
accountID_
==
accountId
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment