Skip to content

window: Create a Gtk.gesture if views does not exist

Vineet Reddy requested to merge vineetred/gnome-music:master into master

Currently, a Gtk.gesture instance is created even if the views are not empty.

This fixes it by only doing so if the views does not exist.

Fixes #398 (closed)

Edited by Vineet Reddy

Merge request reports