From dcbd16ef9dd0b77b31005ee34a3ff2ac34f497f6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 5 Aug 2006 22:05:32 +0000 Subject: Fix the build. 2006-08-05 Christian Persch * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup), (ephy_embed_shell_set_print_settings): Fix the build. --- embed/ephy-embed-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed/ephy-embed-shell.c') diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 9a40d7c6b..b15b96c23 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -417,7 +417,7 @@ ephy_embed_shell_get_page_setup (EphyEmbedShell *shell) char *path; path = g_build_filename (ephy_dot_dir (), PAGE_SETUP_FILENAME, NULL); - priv->page_setup = ephy_print_utils_page_setup_new_from_file (path, &error); + priv->page_setup = ephy_print_utils_page_setup_new_from_file (path, NULL); g_free (path); if (priv->page_setup == NULL) @@ -469,7 +469,7 @@ ephy_embed_shell_get_print_settings (EphyEmbedShell *shell) char *path; path = g_build_filename (ephy_dot_dir (), PRINT_SETTINGS_FILENAME, NULL); - priv->print_settings = ephy_print_utils_settings_new_from_file (path, &error); + priv->print_settings = ephy_print_utils_settings_new_from_file (path, NULL); g_free (path); if (priv->print_settings == NULL) -- cgit v1.2.3