summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/konq_frame.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/konqueror/konq_frame.cc b/konqueror/konq_frame.cc
index 149a2f92d..ef474a4cb 100644
--- a/konqueror/konq_frame.cc
+++ b/konqueror/konq_frame.cc
@@ -98,9 +98,10 @@ KonqFrameStatusBar::KonqFrameStatusBar( KonqFrame *_parent, const char *_name )
m_progressBar->hide();
addWidget( m_progressBar, 0, true /*permanent->right align*/ );
- StatusBarNetworkStatusIndicator * indicator = new StatusBarNetworkStatusIndicator( this, "networkstatusindicator" );
- addWidget( indicator, 0, false );
- indicator->init();
+// // FIXME: This was added by OpenSUSE; someone needs to figure out what it does and how to fix it!
+// StatusBarNetworkStatusIndicator * indicator = new StatusBarNetworkStatusIndicator( this, "networkstatusindicator" );
+// addWidget( indicator, 0, false );
+// indicator->init();
fontChange(TQFont());
installEventFilter( this );