From 54bb49898ee08f1e4881b4749f5b2bc3d973e540 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 8 Nov 2007 23:27:26 -0500 Subject: [PATCH] enable get_description again --- backends/conary/pk-backend-conary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/conary/pk-backend-conary.c b/backends/conary/pk-backend-conary.c index db07f2bf0..0558e2474 100644 --- a/backends/conary/pk-backend-conary.c +++ b/backends/conary/pk-backend-conary.c @@ -69,7 +69,7 @@ PK_BACKEND_OPTIONS ( backend_get_filters, /* get_filters */ NULL, /* cancel */ NULL, /* get_depends */ - NULL, /* get_description */ + pk_backend_python_get_description, /* get_description */ NULL, /* get_files */ NULL, /* get_requires */ NULL, /* get_update_detail */