aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-10-26 04:00:20 +0800
committerXan Lopez <xan@src.gnome.org>2007-10-26 04:00:20 +0800
commit51a7dc7dd4e0871d0da50228a163a1b124aeda1c (patch)
treefa8d40b6c4fae38fb657b2ef6147579d786d5aec /embed/mozilla
parentf083f631bc0c22a990c87215583b3237fa886426 (diff)
downloadgsoc2013-epiphany-51a7dc7dd4e0871d0da50228a163a1b124aeda1c.tar
gsoc2013-epiphany-51a7dc7dd4e0871d0da50228a163a1b124aeda1c.tar.gz
gsoc2013-epiphany-51a7dc7dd4e0871d0da50228a163a1b124aeda1c.tar.bz2
gsoc2013-epiphany-51a7dc7dd4e0871d0da50228a163a1b124aeda1c.tar.lz
gsoc2013-epiphany-51a7dc7dd4e0871d0da50228a163a1b124aeda1c.tar.xz
gsoc2013-epiphany-51a7dc7dd4e0871d0da50228a163a1b124aeda1c.tar.zst
gsoc2013-epiphany-51a7dc7dd4e0871d0da50228a163a1b124aeda1c.zip
Change ephy_embed_get_title to return const char*.
Also replace all ephy_tab_get_title by ephy_embed_get_title. svn path=/trunk/; revision=7559
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/mozilla-embed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp
index 2031ae9df..7adbcceb6 100644
--- a/embed/mozilla/mozilla-embed.cpp
+++ b/embed/mozilla/mozilla-embed.cpp
@@ -622,10 +622,10 @@ impl_go_up (EphyEmbed *embed)
ephy_embed_load_url (embed, parent_uri.get ());
}
-static char *
+static const char *
impl_get_title (EphyEmbed *embed)
{
- return gtk_moz_embed_get_title (GTK_MOZ_EMBED (embed));
+ return MOZILLA_EMBED (embed)->priv->title;
}
static char *