Skip to content

Commit

Permalink
Add require_version to helpers.py (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Sep 17, 2021
1 parent 9ea58c0 commit f525b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions menulibre_lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
import logging
import os

import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk

from . menulibreconfig import get_data_file
Expand Down
2 changes: 1 addition & 1 deletion po/menulibre.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-17 04:16-0400\n"
"POT-Creation-Date: 2021-09-17 04:21-0400\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"
Expand Down

0 comments on commit f525b00

Please sign in to comment.