[Kmymoney-devel] problem with closing bugs based on the commit message

Alvaro Soliverez asoliverez at gmail.com
Mon Mar 8 04:06:21 CET 2010


I think you have to use BUG: not BUG.
At least, that's the only difference and I remember seeing the same
for all other tags in SVN commits.

Regards,
Alvaro

On Sun, Mar 7, 2010 at 2:39 PM, Cristian Oneţ <onet.cristian at gmail.com> wrote:
> Hi,
>
> Do you guys have any ideas what could be wrong in this commit message that
> would cause https://bugs.kde.org/show_bug.cgi?id=229685 not to be marked as
> resolved automatically? This is the second time this is happening. Last time
> Thomas closed https://bugs.kde.org/show_bug.cgi?id=229627 the automatic
> mechanism worked.
>
> --
> Regards,
>
> Cristian Oneţ
>
>
> ---------- Forwarded message ----------
> From: "Cristian Oneț" <onet.cristian at gmail.com>
> To: kde-commits at kde.org
> Date: Sun, 07 Mar 2010 17:28:53 +0000
> Subject: playground/office/kmymoney/kmymoney/dialogs
> SVN commit 1100506 by conet:
>
> BUG 229685
> Let the event filter handle the events on the table itself so that the code from the event filter would have some meaning.
>
>  M  +2 -0      kmymoneysplittable.cpp
>
>
> --- trunk/playground/office/kmymoney/kmymoney/dialogs/kmymoneysplittable.cpp #1100505:1100506
> @@ -122,6 +122,8 @@
>
>   connect(this, SIGNAL(transactionChanged(const MyMoneyTransaction&)),
>           this, SLOT(slotUpdateData(const MyMoneyTransaction&)));
> +
> +  installEventFilter(this);
>  }
>
>  kMyMoneySplitTable::~kMyMoneySplitTable()
>
> _______________________________________________
> KMyMoney-devel mailing list
> KMyMoney-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kmymoney-devel
>
>


More information about the KMyMoney-devel mailing list