hbox
svn path=/trunk/; revision=12757
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user