diff options
Diffstat (limited to 'shell/e-component-view.c')
-rw-r--r-- | shell/e-component-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-component-view.c b/shell/e-component-view.c index 8e75b5b4a8..58ea3f9a89 100644 --- a/shell/e-component-view.c +++ b/shell/e-component-view.c @@ -93,7 +93,7 @@ e_component_view_init (EComponentView *shell) { } -EComponentView *e_component_view_new(GNOME_Evolution_ShellView parent, const gchar *id, struct _GtkWidget *side, struct _GtkWidget *view, struct _GtkWidget *statusbar) +EComponentView *e_component_view_new(GNOME_Evolution_ShellView parent, const gchar *id, GtkWidget *side, GtkWidget *view, GtkWidget *statusbar) { EComponentView *new = g_object_new (e_component_view_get_type (), NULL); CORBA_Environment ev = { NULL }; |