From 4d2d7f7bbd13c6103f52ce8b02e5709462dae988 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Sep 2017 04:18:43 -0400 Subject: src/tab-chrome.[ch]: Save stop/reload icons --- (limited to 'src/tab-chrome.h') diff --git a/src/tab-chrome.h b/src/tab-chrome.h index 3785a95..90182ef 100644 --- a/src/tab-chrome.h +++ b/src/tab-chrome.h @@ -32,6 +32,8 @@ typedef struct { GtkWidget *container; GtkToolItem *back_button; GtkToolItem *forward_button; + GtkWidget *stop_icon; + GtkWidget *reload_icon; GtkToolItem *stop_reload_button; GtkWidget *uri_entry; WebKitWebView *web_view; -- cgit v0.9.1