Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <[email protected]>
  • Loading branch information
gsemet committed Jul 7, 2016
1 parent 002ef4a commit bcdcab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/guake/guake_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ def show_context_menu(self, terminal, event):
if link:
self.get_widget('context_browse_on_web').set_visible(True)
if len(link) >= 28:
self.get_widget('context_browse_on_web').set_label(_("Open Link: '{}...'".format(link[:25])))
self.get_widget('context_browse_on_web').set_label(
_("Open Link: '{}...'".format(link[:25])))
else:
self.get_widget('context_browse_on_web').set_label(_("Open Link: {}".format(link)))
self.get_widget('separator_search').set_visible(True)
Expand Down

0 comments on commit bcdcab7

Please sign in to comment.