diff options
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, |