diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-11-27 03:37:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-11-27 03:37:14 +0800 |
commit | 5b940502348437401c52b30226cc2bcfe20b3669 (patch) | |
tree | e50e13356b0340cec5d0d01740dab2b41e6d8690 /embed/ephy-base-embed.c | |
parent | a7e817b014d1f6230bf1b3ce11a7bdf1bfc16439 (diff) | |
download | gsoc2013-epiphany-5b940502348437401c52b30226cc2bcfe20b3669.tar.gz gsoc2013-epiphany-5b940502348437401c52b30226cc2bcfe20b3669.tar.zst gsoc2013-epiphany-5b940502348437401c52b30226cc2bcfe20b3669.zip |
Initialize the title property to "Blank page" in EphyBaseEmbed.
Bug #499803
svn path=/trunk/; revision=7732
Diffstat (limited to 'embed/ephy-base-embed.c')
-rw-r--r-- | embed/ephy-base-embed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-base-embed.c b/embed/ephy-base-embed.c index 9230cd066..e8bad7c3e 100644 --- a/embed/ephy-base-embed.c +++ b/embed/ephy-base-embed.c @@ -920,6 +920,7 @@ ephy_base_embed_init (EphyBaseEmbed *self) priv->zoom = 1.0; priv->address_expire = EPHY_EMBED_ADDRESS_EXPIRE_NOW; priv->is_blank = TRUE; + priv->title = g_strdup (_("Blank page")); } static void |