From 5b3154f5ddb95f162389340b178d6fc51b3a3bd7 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 29 Jun 2011 20:03:40 +0200 Subject: Always use the EphyEmbedShell to know if we are a private instance We can now get rid of the EphyFileHelpers method. --- src/pdm-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index 54d36d118..f5ce73f97 100644 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -1518,7 +1518,7 @@ pdm_dialog_init (PdmDialog *dialog) PdmDialogPrivate *priv; PdmActionInfo *cookies, *passwords; GtkWidget *window; - gboolean has_private_profile = ephy_has_private_profile (); + gboolean has_private_profile = ephy_embed_shell_is_private_instance (embed_shell); priv = dialog->priv = EPHY_PDM_DIALOG_GET_PRIVATE (dialog); -- cgit v1.2.3