diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 1b8a84e603..a7a0a766e5 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1145,7 +1145,7 @@ show_existing_view (EShellView *shell_view, control is dead; if it's zombie, we have to recreate it. */ if (bonobo_widget_is_dead (BONOBO_WIDGET (control))) { GtkWidget *parent; - Bonobo_UIHandler uih; + Bonobo_UIContainer uih; parent = control->parent; uih = bonobo_object_corba_objref (BONOBO_OBJECT (priv->uih)); |