aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index 892c779..ae0fe49 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -49,6 +49,7 @@
#include "cookie-jar.h"
#include "commands.h"
+#include "status-bar.h"
#define LENGTH(x) (sizeof x / sizeof x[0])
@@ -63,9 +64,7 @@ typedef struct {
GtkWidget* vbox;
/* Mainbar */
- GtkWidget* mainbar;
- GtkWidget* mainbar_label_left;
- GtkWidget* mainbar_label_right;
+ GtkWidget* status_bar;
/* Scrolling */
GtkAdjustment* bar_v; /* Information about document length */