shell-gtk-embed: Use GtkWidget instead of GtkObject
GtkObject has been deprecated and removed from GTK+.
This commit is contained in:
parent
4aee584850
commit
e967807acf
@ -24,7 +24,7 @@ static void shell_gtk_embed_set_window (ShellGtkEmbed *embed,
|
||||
ShellEmbeddedWindow *window);
|
||||
|
||||
static void
|
||||
shell_gtk_embed_on_window_destroy (GtkObject *object,
|
||||
shell_gtk_embed_on_window_destroy (GtkWidget *object,
|
||||
ShellGtkEmbed *embed)
|
||||
{
|
||||
shell_gtk_embed_set_window (embed, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user