Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv24803/src/gui

Modified Files:
        wxFolderTree.cpp wxHeadersDialogs.cpp wxMFolderDialogs.cpp 
Log Message:
updates after Profile interface changes

Index: wxFolderTree.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderTree.cpp,v
retrieving revision 1.213
retrieving revision 1.214
diff -b -u -2 -r1.213 -r1.214
--- wxFolderTree.cpp    13 Aug 2003 22:29:26 -0000      1.213
+++ wxFolderTree.cpp    29 Aug 2003 00:10:01 -0000      1.214
@@ -740,6 +740,4 @@
 wxFolderTree::~wxFolderTree()
 {
-   ProfilePathChanger p(mApplication->GetProfile(), M_SETTINGS_CONFIG_SECTION);
-
    delete m_tree;
 }

Index: wxHeadersDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxHeadersDialogs.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -b -u -2 -r1.40 -r1.41
--- wxHeadersDialogs.cpp        22 Jul 2003 22:01:41 -0000      1.40
+++ wxHeadersDialogs.cpp        29 Aug 2003 00:10:01 -0000      1.41
@@ -1002,5 +1002,5 @@
    wxArrayString entriesToDelete;
    String name;
-   long cookie;
+   Profile::EnumData cookie;
    bool cont = m_profile->GetFirstEntry(name, cookie);
    while ( cont )

Index: wxMFolderDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMFolderDialogs.cpp,v
retrieving revision 1.179
retrieving revision 1.180
diff -b -u -2 -r1.179 -r1.180
--- wxMFolderDialogs.cpp        22 Jul 2003 22:01:41 -0000      1.179
+++ wxMFolderDialogs.cpp        29 Aug 2003 00:10:01 -0000      1.180
@@ -2040,6 +2040,5 @@
    // is empty (i.e. we have no parent folder)
 
-   Profile_obj profile("");
-   profile->SetPath(m_folderPath);
+   Profile_obj profile(m_folderPath);
 
    RadioIndex selRadio = (RadioIndex)m_radio->GetSelection();



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to