Skip to content

Commit

Permalink
Removed help button, the Wiki url is now on the About dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Brombin committed Oct 19, 2017
1 parent 27a617e commit 05312c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bottles/headerbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def __init__(self, parent):
self.props.title = cn.App.application_name

# help button
self.help = Gtk.Button.new_from_icon_name("help-contents", Gtk.IconSize.LARGE_TOOLBAR)
self.help.connect("clicked", self.on_help_clicked)
self.pack_end(self.help)
# self.help = Gtk.Button.new_from_icon_name("help-contents", Gtk.IconSize.LARGE_TOOLBAR)
# self.help.connect("clicked", self.on_help_clicked)
# self.pack_end(self.help)

# trash button
self.trash = Gtk.Button()
Expand Down

0 comments on commit 05312c5

Please sign in to comment.