[gnome-packagekit] Use the correct show-confirm key when installing a font



commit d1d83077bee009b541edf70cb118380a68797b03
Author: Daniel Nicoletti <dantti85-pk yahoo com br>
Date:   Tue Nov 24 16:43:38 2009 +0000

    Use the correct show-confirm key when installing a font
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 src/gpk-dbus-task.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-dbus-task.c b/src/gpk-dbus-task.c
index ebc7e24..3b39957 100644
--- a/src/gpk-dbus-task.c
+++ b/src/gpk-dbus-task.c
@@ -1888,7 +1888,7 @@ gpk_dbus_task_fontconfig_what_provides_cb (PkClient *client, GAsyncResult *res,
 	}
 
 	/* optional */
-	if (!dtask->priv->show_confirm_deps) {
+	if (!dtask->priv->show_confirm_install) {
 		egg_debug ("skip confirm as not allowed to interact with user");
 		goto skip_checks;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]