comment-only fix: change a comment in gtk2xtbin.c from c++-style to c-style, to fix compile warning. [no bug #]

This commit is contained in:
Daniel Holbert 2009-10-05 15:21:17 -07:00
parent af7119b5f1
commit e2dce973b9

View File

@ -418,7 +418,7 @@ gtk_xtbin_resize (GtkWidget *widget,
xtbin->height = height;
xtbin->width = width;
// Avoid BadValue errors in XtSetValues
/* Avoid BadValue errors in XtSetValues */
if (height <= 0 || width <=0) {
height = 1;
width = 1;