From d66a3acaab3c670737d59d002186881855aa582a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 26 Sep 2004 16:50:32 +0000 Subject: Fix compiler warnings. 2004-09-26 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/mozilla-notifiers.cpp: * lib/egg/eggtrayicon.h: Fix compiler warnings. * src/ephy-window.c: (hide_embed_popup_cb), (show_embed_popup): Fix a signal leak. --- embed/mozilla/mozilla-notifiers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/mozilla/mozilla-notifiers.cpp') diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index c00a18b6f..efb2f731d 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -757,7 +757,7 @@ get_system_language () if (sys_langs) { - char *lang = (char *)sys_langs->data; + lang = (char *)sys_langs->data; /* FIXME this probably need to be smarter */ /* FIXME this can be up to 8 chars, not just 2 */ -- cgit v1.2.3