[gnome-packagekit/gnome-2-28] bugfix: call gpk_dbus_task_install_files when installing local files



commit 8d645bce6bb4d4926461fd8f2c4dca7ac2e3d5f6
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]