diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:31 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:31 +0800 |
commit | 01b8291ec0dbdb52400a21cda7d8785b8fb6da4e (patch) | |
tree | 5e26949d3abec2100a43e654de84c76d9845340f /embed/ephy-embed.c | |
parent | cc62537ebba1ba9ab31cc3da32ddf51556045caa (diff) | |
download | gsoc2013-epiphany-01b8291ec0dbdb52400a21cda7d8785b8fb6da4e.tar gsoc2013-epiphany-01b8291ec0dbdb52400a21cda7d8785b8fb6da4e.tar.gz gsoc2013-epiphany-01b8291ec0dbdb52400a21cda7d8785b8fb6da4e.tar.bz2 gsoc2013-epiphany-01b8291ec0dbdb52400a21cda7d8785b8fb6da4e.tar.lz gsoc2013-epiphany-01b8291ec0dbdb52400a21cda7d8785b8fb6da4e.tar.xz gsoc2013-epiphany-01b8291ec0dbdb52400a21cda7d8785b8fb6da4e.tar.zst gsoc2013-epiphany-01b8291ec0dbdb52400a21cda7d8785b8fb6da4e.zip |
Fix the remaining breakage.
Implement get_icon and get_icon_address.
Fix status-message canonical name.
Properly assign private pointer in MozillaEmbed (...)
svn path=/trunk/; revision=7565
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 6c6d4cdd8..058ced9fc 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -20,6 +20,8 @@ #include "config.h" +#include <gdk-pixbuf/gdk-pixbuf.h> + #include "ephy-embed.h" #include "ephy-zoom.h" @@ -486,7 +488,7 @@ ephy_embed_base_init (gpointer g_class) _("Blank page"), G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); g_object_interface_install_property (g_class, - g_param_spec_string ("status message", + g_param_spec_string ("status-message", "Status Message", "The embed's statusbar message", NULL, |