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

Modified Files:
        MessageView.cpp 
Log Message:
removed the miscutil files; use the new ColourNames.h for the only useful functions 
which remained there

Index: MessageView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MessageView.cpp,v
retrieving revision 1.147
retrieving revision 1.148
diff -b -u -2 -r1.147 -r1.148
--- MessageView.cpp     11 Mar 2004 14:07:20 -0000      1.147
+++ MessageView.cpp     14 Mar 2004 22:51:37 -0000      1.148
@@ -64,5 +64,5 @@
 #include "XFace.h"
 #include "Collect.h"
-#include "miscutil.h"         // for GetColourByName()
+#include "ColourNames.h"
 
 #include "Composer.h"
@@ -1057,7 +1057,5 @@
    // a macro to make setting many colour options less painful
    #define GET_COLOUR_FROM_PROFILE(col, name) \
-      GetColourByName(&col, \
-                      READ_CONFIG(profile, MP_MVIEW_##name), \
-                      GetStringDefault(MP_MVIEW_##name))
+      ReadColour(&col, profile, MP_MVIEW_ ## name)
 
    #define GET_COLOUR_FROM_PROFILE_IF_NOT_FG(which, name) \



-------------------------------------------------------
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