mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
b=532612; crash in [@ XtWidgetToApplicationContext], r=karlt
This commit is contained in:
parent
bb1ff4abd3
commit
820e3bc05a
@ -434,7 +434,8 @@ gtk_xtbin_resize (GtkWidget *widget,
|
||||
}
|
||||
XtSetArg(args[0], XtNheight, height);
|
||||
XtSetArg(args[1], XtNwidth, width);
|
||||
XtSetValues(xtbin->xtclient.top_widget, args, 2);
|
||||
if (xtbin->xtclient.top_widget)
|
||||
XtSetValues(xtbin->xtclient.top_widget, args, 2);
|
||||
|
||||
/* we need to send a size allocate so the socket knows about the
|
||||
size changes */
|
||||
|
Loading…
Reference in New Issue
Block a user