From ab5fe114f9aace01c98a6407fb657adf274cb531 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 8 Aug 2004 18:11:56 +0000 Subject: Fix compiler warning about anon enum mismatch. 2004-08-08 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: Fix compiler warning about anon enum mismatch. --- embed/mozilla/mozilla-embed-single.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'embed/mozilla/mozilla-embed-single.cpp') diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index b0ffffeb3..66d6f54d1 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -1,6 +1,6 @@ /* vim:set ts=8 noet sw=8: - * Copyright (C) 2000-2003 Marco Pesenti Gritti - * Copyright (C) 2003 Christian Persch + * Copyright (C) 2000-2004 Marco Pesenti Gritti + * Copyright (C) 2003, 2004 Christian Persch * * 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 @@ -307,9 +307,9 @@ mozilla_setup_colors (MozillaEmbedSingle *mes) static void mozilla_embed_single_new_window_orphan_cb (GtkMozEmbedSingle *embed, - GtkMozEmbed **retval, - guint chrome_mask, - EphyEmbedSingle *shell) + GtkMozEmbed **retval, + guint chrome_mask, + EphyEmbedSingle *shell) { g_assert (chrome_mask & GTK_MOZ_EMBED_FLAG_OPENASCHROME); -- cgit v1.2.3