wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src help.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src help.cpp
Date: Sat, 14 May 2005 16:13:22 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/05/14 20:13:22

Modified files:
        src            : help.cpp 

Log message:
        added 'log_scope' metric around rendering a help topic

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.97&tr2=1.98&r1=text&r2=text

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.97 wesnoth/src/help.cpp:1.98
--- wesnoth/src/help.cpp:1.97   Sat May 14 19:18:31 2005
+++ wesnoth/src/help.cpp        Sat May 14 20:13:21 2005
@@ -2334,7 +2334,8 @@
 }
 
 void help_browser::show_topic(const topic &t, bool save_in_history)
-{
+{
+       log_scope("show_topic");
        if (save_in_history) {
                forward_topics_.clear();
                if (shown_topic_ != NULL) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]