From 4cc6322a8c0345709d196022a0c87d15c5f93580 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Parro Date: Thu, 12 Aug 2004 20:37:07 +0000 Subject: added the "use_filechooser" property to the GnomeFileEntry 2004-08-12 Carlos Garnacho Parro * e-shell-importer.c: added the "use_filechooser" property to the GnomeFileEntry svn path=/trunk/; revision=26894 --- shell/e-shell-importer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shell-importer.c') diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index bc217b20f2..2a923bac81 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -629,6 +629,7 @@ importer_file_page_new (ImportData *data) gtk_misc_set_alignment (GTK_MISC (label), 1, 0.5); page->filename = gnome_file_entry_new ("Evolution_Importer_FileName", _("Select a file")); + g_object_set (G_OBJECT (page->filename), "use_filechooser", TRUE, NULL); entry = gnome_file_entry_gtk_entry((GnomeFileEntry *)page->filename); g_signal_connect (entry, "changed", G_CALLBACK (filename_changed), data); gtk_entry_set_activates_default (GTK_ENTRY (entry), TRUE); -- cgit v1.2.3