From 01b8291ec0dbdb52400a21cda7d8785b8fb6da4e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 25 Oct 2007 20:01:31 +0000 Subject: 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 --- embed/ephy-embed.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'embed/ephy-embed.c') 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 + #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, -- cgit v1.2.3