diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 |
commit | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (patch) | |
tree | 75046a38ca68975261d853a2e56ff7bf6b3e1daa /src/library/ImportQueuePage.vala | |
parent | 18b52c2983a1b3409011f72d27f15de576c5eb1c (diff) |
New upstream version 0.30.1upstream/0.30.1
Diffstat (limited to 'src/library/ImportQueuePage.vala')
-rw-r--r-- | src/library/ImportQueuePage.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/ImportQueuePage.vala b/src/library/ImportQueuePage.vala index feb525d..1a14472 100644 --- a/src/library/ImportQueuePage.vala +++ b/src/library/ImportQueuePage.vala @@ -29,7 +29,7 @@ public class ImportQueuePage : SinglePhotoPage { // Stop button Gtk.ToolButton stop_button = new Gtk.ToolButton(null, null); - stop_button.set_icon_name("stop"); + stop_button.set_icon_name("process-stop-symbolic"); stop_button.set_action_name ("win.Stop"); toolbar.insert(stop_button, -1); |