gui/artwork: Don't destroy objects twice

The file filter and preview widget are both cleaned up when the file
chooser dialog is destroyed.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2016-07-27 10:51:59 -04:00
parent 3b62125135
commit 3098282382
1 changed files with 0 additions and 2 deletions

View File

@ -148,6 +148,4 @@ void __artwork_select_cover(GtkButton *button)
}
gtk_widget_destroy(dialog);
gtk_widget_destroy(preview);
g_object_unref(filter);
}