From fdf0db02a0f16044773a9229b9c872bdd512c7a9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 28 May 2010 15:20:39 +0000 Subject: replace use of gdk_pixmap_unref() with g_object_unref git-svn-id: svn://localhost/ardour2/branches/3.0@7184 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_column_labels.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/port_matrix_column_labels.cc') diff --git a/gtk2_ardour/port_matrix_column_labels.cc b/gtk2_ardour/port_matrix_column_labels.cc index c3b10e289b..339767f27d 100644 --- a/gtk2_ardour/port_matrix_column_labels.cc +++ b/gtk2_ardour/port_matrix_column_labels.cc @@ -91,7 +91,7 @@ PortMatrixColumnLabels::compute_dimensions () } cairo_destroy (cr); - gdk_pixmap_unref (pm); + g_object_unref (pm); /* height of the whole thing */ -- cgit v1.2.3