aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-17 06:34:29 +0800
committerXan Lopez <xan@igalia.com>2012-01-17 06:34:29 +0800
commit159f011f63d01135e8ad8b2e34afbf8fd677b45d (patch)
tree6f876996ed4b1580b545da99c45c801abecf69c4 /embed
parent3e258526ca38fc6dd1c8a8c96f4925531f5031c8 (diff)
downloadgsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar
gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.gz
gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.bz2
gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.lz
gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.xz
gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.zst
gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.zip
Move the nautilus floating bar to lib/widgets
And fix a couple of warnings.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index c4e9ac5cb..f44424973 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -41,6 +41,7 @@
#include "ephy-stock-icons.h"
#include "ephy-string.h"
#include "ephy-web-view.h"
+#include "nautilus-floating-bar.h"
#include <errno.h>
#include <glib/gi18n.h>
@@ -433,7 +434,6 @@ void
_ephy_embed_set_statusbar_label (EphyEmbed *embed, const char *label)
{
EphyEmbedPrivate *priv = embed->priv;
- GtkWidget *parent;
nautilus_floating_bar_set_label (NAUTILUS_FLOATING_BAR (priv->floating_bar), label);
@@ -561,8 +561,6 @@ ephy_embed_constructed (GObject *object)
WebKitWebWindowFeatures *window_features;
WebKitWebInspector *inspector;
GtkWidget *overlay;
- GtkWidget *frame;
- GtkWidget *eventbox;
/* Skeleton */
web_view = WEBKIT_WEB_VIEW (ephy_web_view_new ());