Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
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
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
525e789d
Commit
525e789d
authored
13 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #10725: accounlistconfigdialog: cleanup logging
parent
76e2c098
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnome/src/config/accountlistconfigdialog.c
+1
-3
1 addition, 3 deletions
gnome/src/config/accountlistconfigdialog.c
with
1 addition
and
3 deletions
gnome/src/config/accountlistconfigdialog.c
+
1
−
3
View file @
525e789d
...
...
@@ -147,7 +147,7 @@ static void account_store_add(GtkTreeIter *iter, account_t *account)
{
const
gchar
*
enabled
=
account_lookup
(
account
,
ACCOUNT_ENABLED
);
const
gchar
*
type
=
account_lookup
(
account
,
ACCOUNT_TYPE
);
DEBUG
(
"
Config: Adding account:
Account is enabled :%s"
,
enabled
);
DEBUG
(
"Account is enabled :%s"
,
enabled
);
const
gchar
*
state_name
=
account_state_name
(
account
->
state
);
gtk_list_store_set
(
account_store
,
iter
,
...
...
@@ -158,8 +158,6 @@ static void account_store_add(GtkTreeIter *iter, account_t *account)
COLUMN_ACCOUNT_ID
,
account
->
accountID
,
-
1
);
}
/**
* Fills the treelist with accounts, should be called whenever the account
* list is modified.
...
...
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