projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d614f4c
)
selectionmodel: Remove doubled semicolon
author
Benjamin Otte
<otte@redhat.com>
Sat, 5 Oct 2019 14:28:44 +0000
(16:28 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 7 Oct 2019 02:49:50 +0000
(
04:49
+0200)
gtk/gtkselectionmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkselectionmodel.c
b/gtk/gtkselectionmodel.c
index 8d29f395c6af4473dac22e95180c8c3175c557db..7be454fd74932473023950350bfc259d2de64ab3 100644
(file)
--- a/
gtk/gtkselectionmodel.c
+++ b/
gtk/gtkselectionmodel.c
@@
-118,7
+118,7
@@
gtk_selection_model_default_select_all (GtkSelectionModel *model)
static gboolean
gtk_selection_model_default_unselect_all (GtkSelectionModel *model)
{
- return gtk_selection_model_unselect_range (model, 0, g_list_model_get_n_items (G_LIST_MODEL (model)));
;
+ return gtk_selection_model_unselect_range (model, 0, g_list_model_get_n_items (G_LIST_MODEL (model)));
}
static void