diff --git a/guake/data/prefs.glade b/guake/data/prefs.glade
index 1e31db6a2..53a797409 100644
--- a/guake/data/prefs.glade
+++ b/guake/data/prefs.glade
@@ -108,87 +108,6 @@
True
False
vertical
-
-
-
- False
- False
- 0
-
-
True
@@ -598,7 +517,13 @@
- Use workspace-specific tab sets (requires restart, only work on X11)
+
+
+ True
+ Use workspace-specific tab sets (requires restart, only work on X11)
+ True
+
+
True
True
False
diff --git a/guake/prefs.py b/guake/prefs.py
index 42c240625..599155de6 100644
--- a/guake/prefs.py
+++ b/guake/prefs.py
@@ -692,8 +692,6 @@ def __init__(self, settings):
self.get_widget("config-window").connect("destroy", self.on_destroy)
# images
- ipath = pixmapfile("guake-notification.png")
- self.get_widget("image_logo").set_from_file(ipath)
ipath = pixmapfile("quick-open.png")
self.get_widget("image_quick_open").set_from_file(ipath)