Skip to content

Commit 87048c1

Browse files
committed
new pep8 patch
1 parent dd3079d commit 87048c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guake

+2-2
Original file line numberDiff line numberDiff line change
@@ -831,14 +831,14 @@ class Guake(SimpleGladeApp):
831831
# wanna use
832832
window_rect = screen.get_monitor_geometry(0)
833833
if os.environ.get('DESKTOP_SESSION') == "ubuntu":
834-
unity_hide = self.client.get_int(KEY('/apps/compiz-1/plugins/' + \
834+
unity_hide = self.client.get_int(KEY('/apps/compiz-1/plugins/' \
835835
'unityshell/screen0/options/launcher_hide_mode'))
836836
# launcher_hide_mode = 1 => autohide
837837
if unity_hide != 1:
838838
# Size of the icons for Unity in Ubuntu <= 12.04
839839
# TODO Ubuntu 12.10 use dconf :
840840
# /org/compiz/profiles/unity/plugins/unityshell/icon-size
841-
unity_icon_size = self.client.get_int(KEY('/apps/compiz-1/' + \
841+
unity_icon_size = self.client.get_int(KEY('/apps/compiz-1/' \
842842
'plugins/unityshell/screen0/options/icon_size'))
843843
unity_dock = unity_icon_size + 17
844844
window_rect.width = window_rect.width - unity_dock

0 commit comments

Comments
 (0)