Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
pureos-store
Commits
58d1042b
Commit
58d1042b
authored
Sep 18, 2019
by
Sam Hewitt
Committed by
Adrien Plazas
Oct 28, 2019
Browse files
librem5: updates page: fix list icon
parent
921e72a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gs-app-row.c
View file @
58d1042b
...
...
@@ -171,7 +171,7 @@ gs_app_row_refresh_button (GsAppRow *app_row, gboolean missing_search_result)
* allows the application to be easily removed */
gtk_stack_set_visible_child
(
GTK_STACK
(
priv
->
button_stack
),
priv
->
button_image
);
gtk_image_set_from_icon_name
(
GTK_IMAGE
(
priv
->
button_image
),
"
list-remov
e-symbolic"
,
"
edit-delet
e-symbolic"
,
GTK_ICON_SIZE_BUTTON
);
}
break
;
...
...
@@ -183,7 +183,7 @@ gs_app_row_refresh_button (GsAppRow *app_row, gboolean missing_search_result)
* allows the application to be easily removed */
gtk_stack_set_visible_child
(
GTK_STACK
(
priv
->
button_stack
),
priv
->
button_image
);
gtk_image_set_from_icon_name
(
GTK_IMAGE
(
priv
->
button_image
),
"
list-remov
e-symbolic"
,
"
edit-delet
e-symbolic"
,
GTK_ICON_SIZE_BUTTON
);
break
;
case
AS_APP_STATE_INSTALLING
:
...
...
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