Author: rpmcruz Date: Thu Feb 28 13:21:53 2008 New Revision: 45101
URL: http://svn.opensuse.org/viewcvs/yast?rev=45101&view=rev Log: Debug description no longer needed there as widgetType() is already complete.
Modified: trunk/gtk/src/YGLayout.cc
Modified: trunk/gtk/src/YGLayout.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/YGLayout.cc?rev=45101&... ============================================================================== --- trunk/gtk/src/YGLayout.cc (original) +++ trunk/gtk/src/YGLayout.cc Thu Feb 28 13:21:53 2008 @@ -38,11 +38,8 @@
YGWIDGET_IMPL_CHILD_ADDED (getWidget()) YGWIDGET_IMPL_CHILD_REMOVED (getWidget()) - virtual string getDebugLabel() const - { return primary() == YD_HORIZ ? "horizontal" : "vertical"; } virtual void moveChild (YWidget *child, int x, int y) {}
- void addSizeGroup (YGLabeledWidget *labeledWidget) { GtkWidget *label = labeledWidget->getLabelWidget();
yast-commit@lists.opensuse.org