Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remake slug file and formatting
Remove translation section because  irrelevant and breaks checks and I apparently don't know how to format it
  • Loading branch information
Davidy22 authored and gsemet committed Sep 16, 2021
1 parent 7fe07d4 commit 95cb4c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion guake/notebook.py
Expand Up @@ -323,7 +323,7 @@ def remove_page(self, page_num):
page = self.get_nth_page(self.get_current_page())
if page.get_terminals():
page.get_terminals()[0].grab_focus()

self.hide_if_one_tab()
self.emit("page-deleted")

Expand Down
3 changes: 1 addition & 2 deletions guake/prefs.py
Expand Up @@ -350,8 +350,7 @@ def on_fullscreen_hide_tabbar_toggled(self, chk):
self.settings.general.set_boolean("fullscreen-hide-tabbar", chk.get_active())

def on_hide_tabs_if_one_tab_toggled(self, chk):
"""Changes the activity of hide_tabs_if_one_tab in dconf
"""
"""Changes the activity of hide_tabs_if_one_tab in dconf"""
self.settings.general.set_boolean("hide-tabs-if-one-tab", chk.get_active())

def on_start_fullscreen_toggled(self, chk):
Expand Down
Expand Up @@ -25,12 +25,6 @@ fixes:
- |
fixes #924
translations:
- Only put a list of updated 2 letters language code, for example::

translations:
- en

notes_for_package_maintainers:
- |
None
Expand Down

0 comments on commit 95cb4c5

Please sign in to comment.