]> Pileus Git - ~andy/gtk/commitdiff
Fix to prepend not append. (Pointed out by Brett Hall.)
authorOwen Taylor <otaylor@redhat.com>
Tue, 6 Jun 2000 14:55:26 +0000 (14:55 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 6 Jun 2000 14:55:26 +0000 (14:55 +0000)
Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
prepend not append. (Pointed out by Brett Hall.)

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

index 9d8b02fc23530c8346fc57ffaacd7322d74fac26..0f939d27e86a786d30f42d44d0619cc666b461a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
+       prepend not append. (Pointed out by Brett Hall.)
+
 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
index 9d8b02fc23530c8346fc57ffaacd7322d74fac26..0f939d27e86a786d30f42d44d0619cc666b461a3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
+       prepend not append. (Pointed out by Brett Hall.)
+
 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
index 9d8b02fc23530c8346fc57ffaacd7322d74fac26..0f939d27e86a786d30f42d44d0619cc666b461a3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
+       prepend not append. (Pointed out by Brett Hall.)
+
 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
index 9d8b02fc23530c8346fc57ffaacd7322d74fac26..0f939d27e86a786d30f42d44d0619cc666b461a3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
+       prepend not append. (Pointed out by Brett Hall.)
+
 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
index 9d8b02fc23530c8346fc57ffaacd7322d74fac26..0f939d27e86a786d30f42d44d0619cc666b461a3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
+       prepend not append. (Pointed out by Brett Hall.)
+
 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
index 9d8b02fc23530c8346fc57ffaacd7322d74fac26..0f939d27e86a786d30f42d44d0619cc666b461a3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
+       prepend not append. (Pointed out by Brett Hall.)
+
 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
index 9d8b02fc23530c8346fc57ffaacd7322d74fac26..0f939d27e86a786d30f42d44d0619cc666b461a3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
+       prepend not append. (Pointed out by Brett Hall.)
+
 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
index 9aa8d7d17bf3000ec27f1d8fec0d996bf939c583..3001cb57f3b05cd8c342888deb748c950b8757e2 100644 (file)
@@ -843,7 +843,7 @@ gtk_toolbar_prepend_widget (GtkToolbar  *toolbar,
                              widget, NULL,
                              tooltip_text, tooltip_private_text,
                              NULL, NULL, NULL,
-                             toolbar->num_children);
+                             0);
 }
 
 void