[gnome-packagekit] bugfix: call gpk_dbus_task_install_files when installing local files
- From: Scott Reeves <sreeves src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] bugfix: call gpk_dbus_task_install_files when installing local files
- Date: Thu, 8 Oct 2009 18:05:11 +0000 (UTC)
commit 9565a0ff26a83e140c78a41e990c561cf95ab946
Author: Scott Reeves <sreeves novell com>
Date: Thu Oct 8 11:51:56 2009 -0600
bugfix: call gpk_dbus_task_install_files when installing local files
src/gpk-dbus-task.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-dbus-task.c b/src/gpk-dbus-task.c
index 48fcfb2..c0c2b93 100644
--- a/src/gpk-dbus-task.c
+++ b/src/gpk-dbus-task.c
@@ -2004,7 +2004,7 @@ gpk_dbus_task_install_files_dep_check (GpkDbusTask *task)
/* are we dumb and can't check for depends? */
if (!pk_bitfield_contain (task->priv->roles, PK_ROLE_ENUM_SIMULATE_INSTALL_FILES)) {
egg_warning ("skipping depends check");
- gpk_dbus_task_install_package_ids (task);
+ gpk_dbus_task_install_files (task);
goto out;
}
@@ -2012,7 +2012,7 @@ gpk_dbus_task_install_files_dep_check (GpkDbusTask *task)
ret = gconf_client_get_bool (task->priv->gconf_client, GPK_CONF_SHOW_DEPENDS, NULL);
if (!ret) {
egg_warning ("we've said we don't want the dep dialog");
- gpk_dbus_task_install_package_ids (task);
+ gpk_dbus_task_install_files (task);
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]