Changeset - f742dae46248
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-02-17 11:50:33
hanzz.k@gmail.com
wait 10s
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/skype/main.cpp
Show inline comments
 
@@ -363,13 +363,13 @@ class SpectrumNetworkPlugin : public NetworkPlugin {
 
			close(fd);
 
			
 
			fcntl (fd_output, F_SETFL, O_NONBLOCK);
 

	
 
			free(db);
 

	
 
			sleep(2);
 
			sleep(10);
 

	
 
			GError *error = NULL;
 
			DBusObjectPathVTable vtable;
 

	
 
			//Initialise threading
 
			dbus_threads_init_default();
0 comments (0 inline, 0 general)