Fix the build

This commit is contained in:
Matthias Clasen 2017-11-29 20:12:43 -05:00
parent c2a38612a9
commit a8a156e63c

View File

@ -662,7 +662,7 @@ main (int argc, char **argv)
gtk_drag_source_set_icon_surface (button, surface);
gdk_content_formats_unref (targets);
cairo_destroy (surface);
cairo_surface_destroy (surface);
gtk_widget_set_hexpand (button, TRUE);
gtk_widget_set_vexpand (button, TRUE);