forked from AuroraMiddleware/gtk
Fix a typo, noticed by Tim Janik.
2004-08-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix a typo, noticed by Tim Janik.
This commit is contained in:
parent
50efeb816c
commit
c1ce74bbc5
@ -1,3 +1,8 @@
|
||||
2004-08-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
|
||||
a typo, noticed by Tim Janik.
|
||||
|
||||
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
|
||||
a typo, noticed by Tim Janik.
|
||||
|
||||
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
|
||||
a typo, noticed by Tim Janik.
|
||||
|
||||
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
|
||||
a typo, noticed by Tim Janik.
|
||||
|
||||
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
|
||||
|
@ -415,7 +415,7 @@ gtk_size_group_add_widget (GtkSizeGroup *size_group,
|
||||
|
||||
groups = get_size_groups (widget);
|
||||
|
||||
if (!g_slist_find (groups, widget))
|
||||
if (!g_slist_find (groups, size_group))
|
||||
{
|
||||
groups = g_slist_prepend (groups, size_group);
|
||||
set_size_groups (widget, groups);
|
||||
|
Loading…
Reference in New Issue
Block a user