[gnome-packagekit] Fix up a compile error caused yesterday
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-packagekit] Fix up a compile error caused yesterday
- Date: Thu, 4 Jun 2009 06:08:15 -0400 (EDT)
commit 3efad87e7ecf9c06c9e8face3af43800396a5b6b
Author: Richard Hughes <richard hughsie com>
Date: Thu Jun 4 10:47:55 2009 +0100
Fix up a compile error caused yesterday
---
src/gpk-application.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gpk-application.c b/src/gpk-application.c
index fa52878..a2c5370 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -1331,7 +1331,7 @@ gpk_application_finished_cb (PkClient *client, PkExitEnum exit_enum, guint runti
if (role == PK_ROLE_ENUM_INSTALL_SIGNATURE ||
role == PK_ROLE_ENUM_ACCEPT_EULA) {
if (exit_enum == PK_EXIT_ENUM_SUCCESS)
- gpk_update_viewer_primary_requeue (application);
+ gpk_application_primary_requeue (application);
}
/* do we need to update the search? */
@@ -2863,7 +2863,7 @@ gpk_application_media_change_event_cb (GpkHelperMediaChange *helper_media_change
goto out;
/* requeue */
- gpk_update_viewer_primary_requeue (application);
+ gpk_application_primary_requeue (application);
out:
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]