Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
ca5daeab
Commit
ca5daeab
authored
12 years ago
by
Margaux Clerc
Browse files
Options
Download
Patches
Plain Diff
Fix tab click
parent
2692dca3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gtk/calllogs.c
+3
-0
gtk/calllogs.c
with
3 additions
and
0 deletions
gtk/calllogs.c
+
3
−
0
View file @
ca5daeab
...
...
@@ -201,6 +201,9 @@ void linphone_gtk_call_log_clear_missed_call(){
}
gboolean
linphone_gtk_call_log_reset_missed_call
(
GtkWidget
*
w
,
GdkEvent
*
event
,
gpointer
user_data
){
GtkWidget
*
mw
=
linphone_gtk_get_main_window
();
GtkNotebook
*
notebook
=
GTK_NOTEBOOK
(
linphone_gtk_get_widget
(
mw
,
"viewswitch"
));
gtk_notebook_set_current_page
(
notebook
,
0
);
linphone_core_reset_missed_calls_count
(
linphone_gtk_get_core
());
linphone_gtk_call_log_clear_missed_call
();
return
TRUE
;
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets