mirror of https://github.com/GNOME/gimp.git
Use gtk_widget_get_window() instead of widget->window
This commit is contained in:
parent
f34cdad2bc
commit
00ce057226
|
@ -171,7 +171,7 @@ file_open_dialog_response (GtkWidget *open_dialog,
|
||||||
{
|
{
|
||||||
success = TRUE;
|
success = TRUE;
|
||||||
|
|
||||||
gdk_window_raise (open_dialog->window);
|
gdk_window_raise (gtk_widget_get_window (open_dialog));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue