Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Version 0.19 release
[xestiaab/.git] / source / contacteditor / frmContactEditorWebsites.cpp
index c4030b6..de4b057 100644 (file)
@@ -1,3 +1,21 @@
+// frmContactEditorWebsites.cpp - frmContactEditorWebsites form.
+//
+// (c) 2012-2015 Xestia Software Development.
+//
+// This file is part of Xestia Address Book.
+//
+// Xestia Address Book is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by the
+// Free Software Foundation, version 3 of the license.
+//
+// Xestia Address Book is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License along
+// with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
+
 #include "frmContactEditorWebsites.h"
 
 #include <map>
@@ -8,21 +26,30 @@ frmContactEditorWebsites::frmContactEditorWebsites( wxWindow* parent )
 :
 frmContactEditorWebsitesADT( parent )
 {
+       
+       // Setup the window.
+       
        EditorMode = FALSE;
        sliPriority->Disable();
+       
 }
 
 void frmContactEditorWebsites::EnablePriority( wxCommandEvent& event )
 {
+       
+       // Enable the priority setting.
+       
        if (chkUsePref->IsChecked()){
                sliPriority->Enable();
        } else {
                sliPriority->Disable();
        }
+       
 }
 
 void frmContactEditorWebsites::ProcessAction( wxCommandEvent& event )
 {
+       
        // Set if the editor is adding or editing an address.
        // FALSE = Add
        // TRUE = Edit
@@ -129,10 +156,12 @@ void frmContactEditorWebsites::ProcessAction( wxCommandEvent& event )
                this->Close();
        
        }
+       
 }
 
 void frmContactEditorWebsites::SetEditorMode(bool EditMode, SectionType SectType)
 {
+       
        // Set if the editor is adding or editing an address.
        // FALSE = Add
        // TRUE = Edit
@@ -171,7 +200,8 @@ void frmContactEditorWebsites::SetEditorMode(bool EditMode, SectionType SectType
                
                intiter = WebsiteListPrefPtr->find(WebsiteListIndex);
                
-               if (intiter->first == WebsiteListIndex && intiter->second > 0){
+               if (intiter->first == WebsiteListIndex && intiter->second > 0 &&
+                       intiter != WebsiteListPrefPtr->end()){
                
                        sliPriority->SetValue(intiter->second);
                        sliPriority->Enable();
@@ -187,7 +217,11 @@ void frmContactEditorWebsites::SetEditorMode(bool EditMode, SectionType SectType
 
 void frmContactEditorWebsites::CloseWindow( wxCommandEvent& event )
 {
+       
+       // Close the window.
+       
        this->Close();
+       
 }
 
 void frmContactEditorWebsites::SetupPointers(std::map<int, wxString> *WebsiteList,
@@ -201,6 +235,8 @@ void frmContactEditorWebsites::SetupPointers(std::map<int, wxString> *WebsiteLis
        int WebsiteIndex )
 {
 
+       // Setup the pointers.
+       
        WebsiteListPtr = WebsiteList;
        WebsiteListAltIDPtr = WebsiteListAltID;
        WebsiteListPIDPtr = WebsiteListPID;
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy