From e04d2b2255b0e5774714c5067762a9a78b7e9a12 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 26 Sep 2002 14:41:23 +0000 Subject: set history_id on GnomeFileEntry, to actually get the history. 2002-09-25 Rodrigo Moya * e-shell-importer.c (importer_file_page_new): set history_id on GnomeFileEntry, to actually get the history. svn path=/trunk/; revision=18233 --- shell/e-shell-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-importer.c') diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index dd73742e4b..5fc9adaedb 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -688,7 +688,7 @@ importer_file_page_new (ImportData *data) GTK_FILL, 0, 0, 0); gtk_misc_set_alignment (GTK_MISC (label), 1, 0.5); - page->filename = gnome_file_entry_new (NULL, _("Select a file")); + page->filename = gnome_file_entry_new ("Evolution_Importer_FileName", _("Select a file")); gtk_signal_connect (GTK_OBJECT (gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY (page->filename))), "changed", GTK_SIGNAL_FUNC (filename_changed), data); -- cgit v1.2.3