Bug 73710 - Unnecesary "core not running" message when loading kicker applet
Summary: Unnecesary "core not running" message when loading kicker applet
Status: RESOLVED FIXED
Alias: None
Product: kmldonkey
Classification: Applications
Component: general (show other bugs)
Version: 0.9.1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Petter Stokke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-28 20:29 UTC by Alejandro Villar
Modified: 2004-02-07 17:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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: {