aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-notifiers.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-09-27 00:48:26 +0800
committerChristian Persch <chpe@src.gnome.org>2004-09-27 00:48:26 +0800
commitd4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c (patch)
treec2a2d3b432094c445dc5ef9e7244f785e7ea29c6 /embed/mozilla/mozilla-notifiers.cpp
parent2d28568bafdae1cbdced196338feffd5a742c300 (diff)
downloadgsoc2013-epiphany-d4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c.tar
gsoc2013-epiphany-d4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c.tar.gz
gsoc2013-epiphany-d4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c.tar.bz2
gsoc2013-epiphany-d4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c.tar.lz
gsoc2013-epiphany-d4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c.tar.xz
gsoc2013-epiphany-d4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c.tar.zst
gsoc2013-epiphany-d4fe6a19510bb05cfaea7bf3a6f86e3c4acf2a4c.zip
Fix compiler warnings.
2004-09-26 Christian Persch <chpe@cvs.gnome.org> * 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.
Diffstat (limited to 'embed/mozilla/mozilla-notifiers.cpp')
-rw-r--r--embed/mozilla/mozilla-notifiers.cpp2
1 files changed, 1 insertions, 1 deletions
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 */