Remove an outstanding VERIFY item. Gtk-3.0.gir function def says to ignore it (gtk2->gtk3)
This commit is contained in:
parent
d56f3b609f
commit
8f7b7f9a27
|
@ -555,7 +555,7 @@ class Terminal(Gtk.VBox):
|
|||
screen_h = Gdk.Screen.height()
|
||||
|
||||
widget_win = widget.get_window()
|
||||
_something, widget_x, widget_y = widget_win.get_origin() # VERIFY FOR GTK3: what's the first return value?
|
||||
_something, widget_x, widget_y = widget_win.get_origin()
|
||||
_widget_w = widget_win.get_width()
|
||||
widget_h = widget_win.get_height()
|
||||
|
||||
|
|
Loading…
Reference in New Issue