Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10708

Modified Files:
        wxFolderTree.cpp 
Log Message:
fixed an option for bold

Index: wxFolderTree.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderTree.cpp,v
retrieving revision 1.232
retrieving revision 1.233
diff -b -u -2 -r1.232 -r1.233
--- wxFolderTree.cpp    18 Mar 2004 16:06:55 -0000      1.232
+++ wxFolderTree.cpp    18 Mar 2004 16:38:00 -0000      1.233
@@ -95,4 +95,5 @@
 extern const MOption MP_FTREE_BGCOLOUR;
 extern const MOption MP_FTREE_FGCOLOUR;
+extern const MOption MP_FTREE_SHOWOPENED;
 extern const MOption MP_FOLDER_TREEINDEX;
 extern const MOption MP_FTREE_FORMAT;
@@ -1861,6 +1862,9 @@
       // yes, visually emphasize it
       m_idOpenedHere = wxTreeCtrl::GetSelection();
+      if ( READ_APPCONFIG(MP_FTREE_SHOWOPENED) )
+      {
       SetItemBold(m_idOpenedHere, true);
    }
+   }
 }
 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to