summaryrefslogtreecommitdiff
path: root/virtManager/details/snapshots.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtManager/details/snapshots.py')
-rw-r--r--virtManager/details/snapshots.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/virtManager/details/snapshots.py b/virtManager/details/snapshots.py
index c2aecd93..f2cd8178 100644
--- a/virtManager/details/snapshots.py
+++ b/virtManager/details/snapshots.py
@@ -9,7 +9,6 @@ import glob
import io
import os
-from gi.repository import Gdk
from gi.repository import GdkPixbuf
from gi.repository import Gtk
from gi.repository import Pango
@@ -110,9 +109,6 @@ class vmmSnapshotNew(vmmGObjectUI):
###########
def _init_ui(self):
- blue = Gdk.color_parse("#0072A8")
- self.widget("header").modify_bg(Gtk.StateType.NORMAL, blue)
-
buf = Gtk.TextBuffer()
self.widget("snapshot-new-description").set_buffer(buf)