svn path=/trunk/; revision=12757
This commit is contained in:
Iain Holmes
2001-09-11 00:21:53 +00:00
parent a580c92e17
commit 2e238a7ebc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2001-09-10 Iain Holmes <iain@ximian.com>
* netscape-importer.c (create_checkboxes_control): Use an HBox instead
of a VBox.
2001-09-10 Iain Holmes <iain@ximian.com>
* netscape-importer.c (netscape_import_accounts): Handle Movemail case.
+1 -1
View File
@@ -962,7 +962,7 @@ create_checkboxes_control (NetscapeImporter *importer)
GtkWidget *hbox;
BonoboControl *control;
hbox = gtk_vbox_new (FALSE, 2);
hbox = gtk_hbox_new (FALSE, 2);
importer->mail = gtk_check_button_new_with_label (_("Mail"));
gtk_signal_connect (GTK_OBJECT (importer->mail), "toggled",