forked from AuroraMiddleware/gtk
remove spurious gtk_box_pack_start.
Wed Apr 14 03:32:58 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkpathbar.c (make_directory_button): remove spurious gtk_box_pack_start.
This commit is contained in:
parent
b03258ea18
commit
5d3a68a829
@ -1,8 +1,13 @@
|
||||
Wed Apr 14 03:32:58 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): remove spurious
|
||||
gtk_box_pack_start.
|
||||
|
||||
Tue Apr 13 16:19:23 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): patch from Owen to
|
||||
make the buttons sized by a bold label. This makes the text
|
||||
'swim' a little, but stops the buttons from resizign, #137210
|
||||
'swim' a little, but stops the buttons from resizing, #137210
|
||||
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -1,8 +1,13 @@
|
||||
Wed Apr 14 03:32:58 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): remove spurious
|
||||
gtk_box_pack_start.
|
||||
|
||||
Tue Apr 13 16:19:23 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): patch from Owen to
|
||||
make the buttons sized by a bold label. This makes the text
|
||||
'swim' a little, but stops the buttons from resizign, #137210
|
||||
'swim' a little, but stops the buttons from resizing, #137210
|
||||
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -1,8 +1,13 @@
|
||||
Wed Apr 14 03:32:58 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): remove spurious
|
||||
gtk_box_pack_start.
|
||||
|
||||
Tue Apr 13 16:19:23 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): patch from Owen to
|
||||
make the buttons sized by a bold label. This makes the text
|
||||
'swim' a little, but stops the buttons from resizign, #137210
|
||||
'swim' a little, but stops the buttons from resizing, #137210
|
||||
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -1,8 +1,13 @@
|
||||
Wed Apr 14 03:32:58 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): remove spurious
|
||||
gtk_box_pack_start.
|
||||
|
||||
Tue Apr 13 16:19:23 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): patch from Owen to
|
||||
make the buttons sized by a bold label. This makes the text
|
||||
'swim' a little, but stops the buttons from resizign, #137210
|
||||
'swim' a little, but stops the buttons from resizing, #137210
|
||||
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -1,8 +1,13 @@
|
||||
Wed Apr 14 03:32:58 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): remove spurious
|
||||
gtk_box_pack_start.
|
||||
|
||||
Tue Apr 13 16:19:23 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (make_directory_button): patch from Owen to
|
||||
make the buttons sized by a bold label. This makes the text
|
||||
'swim' a little, but stops the buttons from resizign, #137210
|
||||
'swim' a little, but stops the buttons from resizing, #137210
|
||||
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -965,7 +965,6 @@ make_directory_button (GtkPathBar *path_bar,
|
||||
label_alignment = gtk_alignment_new (0.5, 0.5, 0., 0.);
|
||||
gtk_container_add (GTK_CONTAINER (label_alignment), button_data->label);
|
||||
child = label_alignment;
|
||||
gtk_box_pack_start (GTK_BOX (child), label_alignment, FALSE, FALSE, 0);
|
||||
button_data->image = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user