From bea26fc30ac9ff3def2d18d237509a18b3829e27 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 3 Dec 2011 17:08:37 +0100 Subject: Remove homepage preference from GSettings Hardcode it to be "about:blank". The final step could be completely remove the rest of the code, but it might be useful for the future Overview page (if we consider it the new "homepage"). https://bugzilla.gnome.org/show_bug.cgi?id=665469 --- src/ephy-home-action.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/ephy-home-action.c') diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c index 0fb0967aa..483d02c28 100644 --- a/src/ephy-home-action.c +++ b/src/ephy-home-action.c @@ -158,16 +158,11 @@ static void ephy_home_action_activate (GtkAction *action) { char *action_name; - char *address; g_object_get (G_OBJECT (action), "name", &action_name, NULL); - address = g_settings_get_string (EPHY_SETTINGS_MAIN, - EPHY_PREFS_HOMEPAGE_URL); + action_name_association (action, action_name, "about:blank", FALSE); - action_name_association (action, action_name, address, FALSE); - - g_free (address); g_free (action_name); } -- cgit v1.2.3