changeset 697:b6d775929ad4 trunk

[svn] - fix errorbox stuff some more
author nenolod
date Sat, 25 Feb 2006 22:33:56 -0800
parents 997aaad077fb
children 961b252f32bf
files Plugins/General/scrobbler/xmms_scrobbler.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/General/scrobbler/xmms_scrobbler.c	Sat Feb 25 19:17:26 2006 -0800
+++ b/Plugins/General/scrobbler/xmms_scrobbler.c	Sat Feb 25 22:33:56 2006 -0800
@@ -78,7 +78,6 @@
 		going = 0;
 		return;
 	}
-	init_errorbox_done();
 	if ((pt_handshake = g_thread_create(hs_thread, m_scrobbler, TRUE, NULL)) == NULL) {
 		pdebug("Error creating handshake thread", DEBUG);
 		going = 0;
@@ -354,11 +353,7 @@
 		if(sc_catch_error())
 		{
 			errorbox_show(sc_fetch_error());
-			if(get_errorbox_done())
-			{
-				init_errorbox_done();
-				sc_clear_error();
-			}
+			sc_clear_error();
 		}
 
 		/* Check for ability to submit */