[yast-commit] r45101 - /trunk/gtk/src/YGLayout.cc
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&r1=45100&r2=45101&view=diff ============================================================================== --- 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(); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn.opensuse.org