]> Pileus Git - ~andy/gtk/commitdiff
remove spurious gtk_box_pack_start.
authorJonathan Blandford <jrb@gnome.org>
Wed, 14 Apr 2004 07:34:11 +0000 (07:34 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 14 Apr 2004 07:34:11 +0000 (07:34 +0000)
Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtkpathbar.c (make_directory_button): remove spurious
        gtk_box_pack_start.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkpathbar.c

index a3ca4974143fc819f938b61bb41c7367d9d4148a..59f72a96f9243b80cbe195ef3731882d7b09fe69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index a3ca4974143fc819f938b61bb41c7367d9d4148a..59f72a96f9243b80cbe195ef3731882d7b09fe69 100644 (file)
@@ -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>
 
index a3ca4974143fc819f938b61bb41c7367d9d4148a..59f72a96f9243b80cbe195ef3731882d7b09fe69 100644 (file)
@@ -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>
 
index a3ca4974143fc819f938b61bb41c7367d9d4148a..59f72a96f9243b80cbe195ef3731882d7b09fe69 100644 (file)
@@ -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>
 
index a3ca4974143fc819f938b61bb41c7367d9d4148a..59f72a96f9243b80cbe195ef3731882d7b09fe69 100644 (file)
@@ -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>
 
index f8aad8ad8db567c989469fd660bff62102c4b2b8..791ca7cb20d49759b53621ec2e2401014f0466d5 100644 (file)
@@ -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;
     }