Skip to content

Commit

Permalink
require Vte 2.90 because these devs broke the API again
Browse files Browse the repository at this point in the history
(they're really good at that)
  • Loading branch information
monsta committed Nov 13, 2014
1 parent 7874fe5 commit 4d295cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nemo-terminal/src/nemo_terminal.py
Expand Up @@ -49,6 +49,8 @@
gettext.textdomain('nemo-terminal')
_ = gettext.gettext

import gi
gi.require_version('Vte', '2.90')
from gi.repository import GObject, Nemo, Gtk, Gdk, Vte, GLib, Gio

# DEFAULT_CONF = {
Expand Down

0 comments on commit 4d295cc

Please sign in to comment.