[gurtle] r223 committed - Save the settings if the user changes the "don't show this again" chec...

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 19, 2009, 12:49:58 PM9/19/09
to gurtle-...@googlegroups.com
Revision: 223
Author: tortoisesvn
Date: Sat Sep 19 09:49:13 2009
Log: Save the settings if the user changes the "don't show this again"
checkbox.
http://code.google.com/p/gurtle/source/detail?r=223

Modified:
/trunk/src/Gurtle/Plugin.cs

=======================================
--- /trunk/src/Gurtle/Plugin.cs Tue Aug 25 10:02:53 2009
+++ /trunk/src/Gurtle/Plugin.cs Sat Sep 19 09:49:13 2009
@@ -195,6 +195,8 @@
if (parentWindow == null)
dialog.StartPosition =
FormStartPosition.CenterScreen;
dialog.ShowDialog(parentWindow);
+ if (settings.HideIssueUpdateTip)
+ settings.Save();
}
}
}

Reply all
Reply to author
Forward
0 new messages