mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
when packing the remove list into its container, use `TRUE, TRUE' instead
2001-04-23 John Harper <jsh@eazel.com> * components/news/nautilus-news.c (set_up_edit_widgets): when packing the remove list into its container, use `TRUE, TRUE' instead of `FALSE, FALSE'. This makes the `Remove a site' list expand properly
This commit is contained in:
parent
e88ade1a3a
commit
ccd1ede336
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-04-23 John Harper <jsh@eazel.com>
|
||||
|
||||
* components/news/nautilus-news.c (set_up_edit_widgets): when
|
||||
packing the remove list into its container, use `TRUE, TRUE'
|
||||
instead of `FALSE, FALSE'. This makes the `Remove a site' list
|
||||
expand properly
|
||||
|
||||
2001-04-23 Ramiro Estrugo <ramiro@eazel.com>
|
||||
|
||||
* libnautilus-extensions/nautilus-preferences-box.c:
|
||||
|
|
|
@ -1865,7 +1865,7 @@ set_up_edit_widgets (News *news, GtkWidget *container)
|
|||
|
||||
/* allocate the remove widgets */
|
||||
make_remove_widgets (news, temp_vbox);
|
||||
gtk_box_pack_start (GTK_BOX (expand_box), temp_vbox, FALSE, FALSE, 0);
|
||||
gtk_box_pack_start (GTK_BOX (expand_box), temp_vbox, TRUE, TRUE, 0);
|
||||
|
||||
/* add the button box at the bottom with a cancel button */
|
||||
button_box = add_command_buttons (news, _("Cancel"), FALSE);
|
||||
|
|
Loading…
Reference in a new issue