mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
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:
parent
af7119b5f1
commit
e2dce973b9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user