commit: b89ab1ee9d2b81309dcf7865a31ef36e89088df5
parent: 17b9802a08bac9a12eaa7f2e5d63b8d1e97108bd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 11 Jul 2020 11:37:24 +0200
Merge branch 'release-1.0' into develop for 1.0.2
Diffstat:
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
@@ -4,7 +4,7 @@
# - Usage of += for appending to a variable
PACKAGE = Badwolf
-VERSION = 1.0.0
+VERSION = 1.0.2
VERSION_FULL = $(VERSION)`./version.sh`
PREFIX ?= /usr/local
diff --git a/keybindings.c b/keybindings.c
@@ -112,9 +112,7 @@ commonCb_key_press_event(struct Window *window, GdkEvent *event, struct Client *
{
case GDK_KEY_Page_Down: gtk_notebook_next_page(notebook); return TRUE;
case GDK_KEY_Page_Up: gtk_notebook_prev_page(notebook); return TRUE;
- case GDK_KEY_t:
- badwolf_new_tab(notebook, new_browser(window, NULL, NULL), TRUE);
- return TRUE;
+ case GDK_KEY_t: badwolf_new_tab(notebook, new_browser(window, NULL, NULL), TRUE); return TRUE;
}
}
}
diff --git a/po/messages.pot b/po/messages.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Badwolf 1.0.0+ge94212d.develop\n"
+"Project-Id-Version: Badwolf 1.0.2+g17b9802.develop\n"
"Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n"
-"POT-Creation-Date: 2020-07-04 07:13+0200\n"
+"POT-Creation-Date: 2020-07-11 11:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"