Bug 73710

Summary: Unnecesary "core not running" message when loading kicker applet
Product: [Applications] kmldonkey Reporter: Alejandro Villar <alx5000>
Component: generalAssignee: Petter Stokke <ummo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.9.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alejandro Villar 2004-01-28 20:29:45 UTC
Version:           0.10cvs (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
OS:          Linux

An annoying "KMLDonkey couldn't contact core" error message opens every time I log on KDE, because I use kmldonkey kicker applet. This error shouldn't pop up, just the one when you open the main up, since I'm not always using mldonkey while my applet shows.
Comment 1 Petter Stokke 2004-02-07 17:42:09 UTC
Good point. I think I'll go fix that right away.
Comment 2 Petter Stokke 2004-02-07 17:45:56 UTC
Subject: kdeextragear-2/kmldonkey/applet

CVS commit by pstokke: 

The applet needn't bother to report refused connections; let's leave this to
the main interface.

CCMAIL: 73710-done@bugs.kde.org


  M +1 -4      mldonkeyapplet.cpp   1.15


--- kdeextragear-2/kmldonkey/applet/mldonkeyapplet.cpp  #1.14:1.15
@@ -208,8 +208,5 @@ void MLDonkeyApplet::donkeyDisconnected(
         break;
     case ProtocolInterface::ConnectionRefusedError:
-        if (!reconnect) QMessageBox::critical(this, i18n("KMLDonkey Applet"),
-                                              i18n("Connection to the core was refused. "
-                                                   "Are you sure it is running?"));
-        //reconnect = 1;
+        reconnect = 1;
         break;
     case ProtocolInterface::HostNotFoundError: {