[goffice] Fixed typo.



commit 7126bdafa5fac32be3bcfaa3fa5c0f7ec9ea8097
Author: Jean Brefort <jean brefort normalesup org>
Date:   Tue Aug 2 21:08:22 2011 +0200

    Fixed typo.

 goffice/component/go-component-mime-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/component/go-component-mime-dialog.c b/goffice/component/go-component-mime-dialog.c
index b024f0e..1a61bd9 100644
--- a/goffice/component/go-component-mime-dialog.c
+++ b/goffice/component/go-component-mime-dialog.c
@@ -76,7 +76,7 @@ go_component_mime_dialog_init (GOComponentMimeDialog *dlg)
 		l = l->next;
 	}
 	dlg->list = GTK_TREE_MODEL (list);
-	gtk_container_addt (GTK_CONTAINER (gtk_dialog_get_content_area (&dlg->base)), w, FALSE, FALSE, 0);
+	gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (&dlg->base)), w);
 	gtk_widget_show_all (gtk_dialog_get_content_area (&dlg->base));
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]