From c255df464cf44e9687f80c5845e5f31a500f7084 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 2 Nov 2009 12:10:40 +0200 Subject: Spinner changes We get rid of the spinner in the toolbar, since load information is already given by the floating status indicator inside the WebView. The only remaining spinner is the one in the tabs, which has been ported to use GtkSpinner. Get rid of EphySpinner. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again) https://bugzilla.gnome.org/show_bug.cgi?id=598442 --- src/ephy-window.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index 7cd5253e1..3f7efa02a 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1804,15 +1804,6 @@ sync_tab_load_status (EphyWebView *view, ephy_action_change_sensitivity_flags (action, SENS_FLAG_LOADING, loading); action = gtk_action_group_get_action (action_group, "FilePrint"); ephy_action_change_sensitivity_flags (action, SENS_FLAG_LOADING, loading); - - ephy_toolbar_set_spinning (priv->toolbar, loading); - - if (priv->fullscreen_popup) - { - ephy_fullscreen_popup_set_spinning - (EPHY_FULLSCREEN_POPUP (priv->fullscreen_popup), - loading); - } } static void -- cgit v1.2.3