summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2017-07-25 11:12:00 +0200
committerCole Robinson <crobinso@redhat.com>2017-08-03 13:06:02 -0400
commitcd205361433f1400e105bc7268eb7ae0e095c625 (patch)
tree97febeee2d70d922e12d5122b0503ba2b4a5de13
parentc4826444e98428d7770c9933428e7b7b0911bbdb (diff)
downloadvirt-manager-cd205361433f1400e105bc7268eb7ae0e095c625.tar.gz
Use gtk-stop icon for the "Stop" action
When stopping the pools or the interfaces use the gtk-stop icon. Currently this is inconsistant with the virtual network tab. https://bugzilla.redhat.com/show_bug.cgi?id=1352974
-rw-r--r--ui/host.ui2
-rw-r--r--ui/storagelist.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/host.ui b/ui/host.ui
index b5393538..2e5ea496 100644
--- a/ui/host.ui
+++ b/ui/host.ui
@@ -1896,7 +1896,7 @@ here</property>
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="stock">gtk-cancel</property>
+ <property name="stock">gtk-stop</property>
</object>
</child>
</object>
diff --git a/ui/storagelist.ui b/ui/storagelist.ui
index 1a01c0d9..2f359ffb 100644
--- a/ui/storagelist.ui
+++ b/ui/storagelist.ui
@@ -74,7 +74,7 @@
<object class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="stock">gtk-cancel</property>
+ <property name="stock">gtk-stop</property>
</object>
</child>
</object>