applications: Remove unecessary cast
The variable is a GtkListBox already.
This commit is contained in:
parent
6046d562cf
commit
de724065c6
1 changed files with 1 additions and 1 deletions
|
@ -1706,7 +1706,7 @@ cc_applications_panel_init (CcApplicationsPanel *self)
|
|||
cc_list_box_update_header_func,
|
||||
NULL, NULL);
|
||||
|
||||
gtk_list_box_set_sort_func (GTK_LIST_BOX (self->sidebar_listbox),
|
||||
gtk_list_box_set_sort_func (self->sidebar_listbox,
|
||||
compare_rows,
|
||||
NULL, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue