Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Mohammed Sadiq
chatty
Commits
12d33bfe
Commit
12d33bfe
authored
Oct 29, 2019
by
Andrea Schaefer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct typos as mentioned in the MR
parent
ec551100
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
src/chatty-buddy-list.c
src/chatty-buddy-list.c
+1
-3
src/chatty-contact-row.c
src/chatty-contact-row.c
+1
-1
No files found.
src/chatty-buddy-list.c
View file @
12d33bfe
...
...
@@ -527,7 +527,7 @@ cb_chatty_blist_sort_contacts (GtkListBoxRow *row1,
return
TRUE
;
}
return
0
;
return
FALSE
;
}
// *** end callbacks
...
...
@@ -1139,8 +1139,6 @@ chatty_blist_create_contact_list (void)
if
(
purple_accounts_find
(
"SMS"
,
"prpl-mm-sms"
))
{
chatty_folks_init
(
chatty_get_contacts_list
());
}
}
...
...
src/chatty-contact-row.c
View file @
12d33bfe
...
...
@@ -202,7 +202,7 @@ chatty_contact_row_class_init (ChattyContactRowClass *klass)
props
[
PROP_ID
]
=
g_param_spec_string
(
"id"
,
"Co
m
ntact ID"
,
"Contact ID"
,
"The ID of a libfolks individual"
,
""
,
G_PARAM_READWRITE
|
G_PARAM_EXPLICIT_NOTIFY
);
...
...
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