From 9279c6b1a75518e24ef9c57b9f9113efa90a6cd6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 2 Aug 2003 13:11:02 +0000 Subject: 2003-08-02 Christian Persch * src/ephy-encodings-menu.c: (build_group): Fix ui xml string. * src/ephy-tabs-menu.c: (ephy_tabs_menu_update): Fix mem leak. * src/ephy-window.c: (remove_from_session), (ephy_window_destroy), (ephy_window_finalize): * src/session.h: * src/session.c: (session_class_init), (session_remove_window): Move up the removal of the window from the session to when it's still valid and non-finalised. Include the window as parameter in the close signal of the session. --- src/ephy-encoding-menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-encoding-menu.c') diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c index a664d5838..9aa03e84a 100644 --- a/src/ephy-encoding-menu.c +++ b/src/ephy-encoding-menu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Ricardo Fernández Pascual + * Copyright (C) 2002 Ricardo Fernández Pascual * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -221,7 +221,7 @@ build_group (EggActionGroup *action_group, egg_action_group_add_action (action_group, action); g_object_unref (action); - tmp = g_strdup_printf ("\n", + tmp = g_strdup_printf ("\n", verb, verb); xml_string = g_string_append (xml_string, tmp); g_free (tmp); -- cgit v1.2.3