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 - - - 70 - True - False - vertical - - - True - False - 12 - - - - False - False - 0 - - - - - True - False - 9 - vertical - - - True - False - start - 6 - <span size="18000"><b>Guake properties</b></span> - True - - - False - False - 0 - - - - - True - False - start - Customize behavior and appearance of Guake! - True - - - False - False - 1 - - - - - False - False - 1 - - - - - False - True - 0 - - - - - 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)