shell-gtk-embed: Use GtkWidget instead of GtkObject

GtkObject has been deprecated and removed from GTK+.
This commit is contained in:
Florian Müllner 2010-09-27 12:36:43 +02:00
parent 4aee584850
commit e967807acf

View File

@ -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);