summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-05-15 18:51:39 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-05-15 18:53:34 +0200
commit20b7912414136e700e2fa8f9e7f1cefe2728ad1b (patch)
tree9bea6a445e81a52220b08f1733d6b5eaba462143 /lib
parent44eaa60fc5d800b2595099378c4bc5741793fea0 (diff)
Fix build. No need for a GTK spinner anyway ?
Diffstat (limited to 'lib')
-rw-r--r--lib/shell_qt.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/shell_qt.cpp b/lib/shell_qt.cpp
index c33585418..7ba192352 100644
--- a/lib/shell_qt.cpp
+++ b/lib/shell_qt.cpp
@@ -74,13 +74,7 @@ void Shell::PlatformSetAddressBarURL(const GURL& url)
void Shell::PlatformSetIsLoading(bool loading)
{
- if (headless_)
- return;
-
- if (loading)
- gtk_spinner_start(GTK_SPINNER(spinner_));
- else
- gtk_spinner_stop(GTK_SPINNER(spinner_));
+ // FIXME: we might want to emit some loadStarted signal here or something...
}
void Shell::PlatformCreateWindow(int width, int height) {