aboutsummaryrefslogtreecommitdiff
path: root/net/kdenetwork3/files/patch-kopete_plugins_connectionstatus-connectionstatus.cpp
blob: 42f34cb3d5befb05d97ef4b2a3bc281d80888927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- kopete/plugins/connectionstatus/connectionstatusplugin.cpp.orig	Fri Mar 31 22:12:59 2006
+++ kopete/plugins/connectionstatus/connectionstatusplugin.cpp	Fri Mar 31 22:14:53 2006
@@ -65,7 +65,7 @@
 	// netstat -rn in slotProcessStdout() to see if it mentions the
 	// default gateway. If so, we're connected, if not, we're offline
 	m_process = new KProcess;
-	*m_process << "netstat" << "-r";
+	*m_process << "netstat" << "-rfinet";
 
 	connect( m_process, SIGNAL( receivedStdout( KProcess *, char *, int ) ), this, SLOT( slotProcessStdout( KProcess *, char *, int ) ) );
 	connect( m_process, SIGNAL( processExited( KProcess * ) ), this, SLOT( slotProcessExited( KProcess * ) ) );