Skip to content

Commit

Permalink
Bug fix save add entry state
Browse files Browse the repository at this point in the history
  • Loading branch information
GlaserFrank@gmail.com authored and GlaserFrank@gmail.com committed Aug 8, 2011
1 parent 96dbf19 commit b31ba77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KPEnhancedListview/AddEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Diagnostics;
using System.Windows;
Expand Down Expand Up @@ -73,7 +73,7 @@ private void OnMenuAddEntry(object sender, EventArgs e)
m_tsmiAddEntry.Checked = !m_tsmiAddEntry.Checked;

// save config
m_host.CustomConfig.SetBool(m_cfgInlineEditing, m_tsmiAddEntry.Checked);
m_host.CustomConfig.SetBool(m_cfgAddEntry, m_tsmiAddEntry.Checked);

if (m_tsmiAddEntry.Checked)
{
Expand Down

0 comments on commit b31ba77

Please sign in to comment.