[yast-commit] r42669 - /trunk/core/libyui/src/YWidget.cc
Author: sh-sh-sh Date: Tue Dec 4 16:00:29 2007 New Revision: 42669 URL: http://svn.opensuse.org/viewcvs/yast?rev=42669&view=rev Log: include widgetRep in dumpWidgetTree Modified: trunk/core/libyui/src/YWidget.cc Modified: trunk/core/libyui/src/YWidget.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YWidget.cc?rev=42669&r1=42668&r2=42669&view=diff ============================================================================== --- trunk/core/libyui/src/YWidget.cc (original) +++ trunk/core/libyui/src/YWidget.cc Tue Dec 4 16:00:29 2007 @@ -651,13 +651,13 @@ if ( descr.empty() ) { - y2milestone( "Widget tree: %s%s %sat %p", - indentation.c_str(), w->widgetClass(), stretch.c_str(), w ); + y2milestone( "Widget tree: %s%s %sat %p (widgetRep: %p)", + indentation.c_str(), w->widgetClass(), stretch.c_str(), w, w->widgetRep() ); } else { - y2milestone( "Widget tree: %s%s %s %sat %p", - indentation.c_str(), w->widgetClass(), descr.c_str(), stretch.c_str(), w ); + y2milestone( "Widget tree: %s%s %s %sat %p (widgetRep: %p)", + indentation.c_str(), w->widgetClass(), descr.c_str(), stretch.c_str(), w,w->widgetRep() ); } } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
sh-sh-sh@svn.opensuse.org