Skip to content

Commit

Permalink
Merge pull request #368 from cloutier/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
gsemet committed Sep 4, 2014
2 parents c074978 + 12cea0e commit fa8450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guake
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ class Guake(SimpleGladeApp):
i.set_background_transparent(False)
else:
"""We need to clear the image if it's not set but there is
a bug in vte python bidnings which doesn't allow None to be
a bug in vte python bindings which doesn't allow None to be
passed to set_background_image (C GTK function expects NULL).
The user will need to restart Guake after clearing the image.
i.set_background_image(None)
Expand Down

0 comments on commit fa8450f

Please sign in to comment.