diff options
Stop using GtkUIManager to create the toolbar
Otherwise it's difficult to get the right layout for theming.
Diffstat (limited to 'src/ephy-combined-stop-reload-action.c')
-rw-r--r-- | src/ephy-combined-stop-reload-action.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-combined-stop-reload-action.c b/src/ephy-combined-stop-reload-action.c index 0b43d8f63..0789a2822 100644 --- a/src/ephy-combined-stop-reload-action.c +++ b/src/ephy-combined-stop-reload-action.c @@ -77,7 +77,6 @@ ephy_combined_stop_reload_action_set_loading (EphyCombinedStopReloadAction *acti EPHY_COMBINED_STOP_RELOAD_ACTION_STOP : EPHY_COMBINED_STOP_RELOAD_ACTION_REFRESH; g_object_set (action, - "label", combined_stop_reload_action_entries[action_enum].label, "icon-name", combined_stop_reload_action_entries[action_enum].stock_id, "tooltip", combined_stop_reload_action_entries[action_enum].tooltip, NULL); |