Use gtk_widget_get_window() instead of widget->window

This commit is contained in:
Michael Natterer 2009-10-09 11:06:50 +02:00
parent f34cdad2bc
commit 00ce057226
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ file_open_dialog_response (GtkWidget *open_dialog,
{
success = TRUE;
gdk_window_raise (open_dialog->window);
gdk_window_raise (gtk_widget_get_window (open_dialog));
}
}