[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Changing "sort items numerically" setting does not enable apply

From: Roel Harbers <roel_at_roelharbers.com>
Date: 2007-03-20 13:15:36 CET

After changing the "sort items numerically" setting on the Dialogs 2
settings page, the Apply button is not enabled.

I've added what I think is the fix (against trunk)

TortoiseSVN 1.4.3, Build 8645 - 32 Bit , 2007/02/04 09:40:57

Regards,

Roel Harbers

Index: src/TortoiseProc/SetMisc.cpp
===================================================================
--- src/TortoiseProc/SetMisc.cpp (revision 8950)
+++ src/TortoiseProc/SetMisc.cpp (working copy)
@@ -108,6 +108,7 @@
         ON_EN_CHANGE(IDC_MAXHISTORY, &CSetMisc::OnChanged)
         ON_BN_CLICKED(IDC_SPELL, &CSetMisc::OnChanged)
         ON_BN_CLICKED(IDC_REPOCHECK, &CSetMisc::OnChanged)
+ ON_BN_CLICKED(IDC_SORTNUMERICAL, &CSetMisc::OnChanged)
         ON_BN_CLICKED(IDC_REOPENCOMMIT, &CSetMisc::OnChanged)
 END_MESSAGE_MAP()
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Mar 20 13:15:58 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.