mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03182
[Bug 1193967] [NEW] 'Delete profile' broken in latest git
Public bug reported:
This commit:
http://sourceforge.net/p/mudlet/code/ci/bfaed1b67efa2e1c76cb2568a731dc71704e662c/tree/src/dlgConnectionProfiles.cpp?diff=666306cf16ab29983b740e4d6a314efb941eade5
introduced a bug which disables the 'Remove' button.
if( profile.size() > 1 ) return;
Makes it so any profile which has a name greater than one character
can't be deleted.
Perhaps it is intended to be:
if( profile.size() < 1 ) return;
Instead?
** Affects: mudlet
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1193967
Title:
'Delete profile' broken in latest git
Status in Mudlet the MUD client:
New
Bug description:
This commit:
http://sourceforge.net/p/mudlet/code/ci/bfaed1b67efa2e1c76cb2568a731dc71704e662c/tree/src/dlgConnectionProfiles.cpp?diff=666306cf16ab29983b740e4d6a314efb941eade5
introduced a bug which disables the 'Remove' button.
if( profile.size() > 1 ) return;
Makes it so any profile which has a name greater than one character
can't be deleted.
Perhaps it is intended to be:
if( profile.size() < 1 ) return;
Instead?
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1193967/+subscriptions
Follow ups
-
[Bug 1193967] Re: 'Delete profile' disabled in latest git
From: Vadim Peretokin, 2017-03-24
-
[Bug 1193967] Re: 'Delete profile' disabled in latest git
From: Vadim Peretokin, 2014-08-27
-
[Bug 1193967] Re: 'Delete profile' disabled in latest git
From: Vadim Peretokin, 2014-08-26
-
[Bug 1193967] Re: 'Delete profile' disabled in latest git
From: Vadim Peretokin, 2014-08-18
-
[Bug 1193967] Re: 'Delete profile' disabled in latest git
From: Chris, 2014-01-09
-
[Bug 1193967] Re: 'Delete profile' disabled in latest git
From: Vadim Peretokin, 2013-12-19
-
[Bug 1193967] Re: 'Delete profile' broken in latest git
From: Vadim Peretokin, 2013-10-22
-
[Bug 1193967] Re: 'Delete profile' broken in latest git
From: Vadim Peretokin, 2013-09-18
-
[Bug 1193967] Re: 'Delete profile' broken in latest git
From: Vadim Peretokin, 2013-08-25
-
[Bug 1193967] [NEW] 'Delete profile' broken in latest git
From: Vadim Peretokin, 2013-06-24
References