Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30627/include

Modified Files:
        MessageView.h 
Log Message:
don't call Update() after applying options unless something really changed; also never 
leave the viewer frozen in Update(), even if there is no message

Index: MessageView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageView.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -b -u -2 -r1.56 -r1.57
--- MessageView.h       14 Jul 2004 18:24:34 -0000      1.56
+++ MessageView.h       18 Sep 2004 16:50:02 -0000      1.57
@@ -404,6 +404,6 @@
    void ReadAllSettings(AllProfileValues *settings);
 
-   /// reread the entries from our profile
-   void UpdateProfileValues();
+   /// reread the entries from our profile, return true if anything changed
+   bool UpdateProfileValues();
 
    /// get the profile values (mainly for MessageViewer)



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to