forked from AuroraMiddleware/gtk
Fix too many args warning
Apparently we missed one place when converting gdk_window_ensure_native
This commit is contained in:
parent
9437138db2
commit
953be03acf
@ -692,7 +692,7 @@ native_window_clicked (GtkWidget *button,
|
||||
{
|
||||
window = l->data;
|
||||
|
||||
gdk_window_ensure_native (window, TRUE);
|
||||
gdk_window_ensure_native (window);
|
||||
}
|
||||
|
||||
g_list_free (selected);
|
||||
|
Loading…
Reference in New Issue
Block a user