OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=16
This commit is contained in:
parent
39924390af
commit
6456eda6cc
@ -20,3 +20,12 @@
|
||||
self._path, [terminal_or_default()], None,
|
||||
GLib.SpawnFlags.SEARCH_PATH, None, None)[1]
|
||||
# Make vte.sh active
|
||||
@@ -124,7 +126,7 @@ class NemoTerminal(object):
|
||||
self.term.connect("drag_data_received", self._on_drag_data_received)
|
||||
|
||||
# Container
|
||||
- self.vscrollbar = Gtk.VScrollbar.new(self.term.adjustment)
|
||||
+ self.vscrollbar = Gtk.VScrollbar.new(self.term.get_vadjustment())
|
||||
|
||||
self.hbox = Gtk.HBox()
|
||||
self.hbox.pack_start(self.term, True, True, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user