Small warning cleanups.

Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
        gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.

        * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
        the function definition so we don't accidentally rely on
        the compat #define from gtk_radio_menu_item_group.
        (#60782, Jeff Franks)
This commit is contained in:
Owen Taylor
2001-09-20 15:08:00 +00:00
committed by Owen Taylor
parent 1e99d62d55
commit 483fca5e50
14 changed files with 75 additions and 11 deletions

View File

@ -1549,7 +1549,6 @@ gtk_tree_model_sort_sort_helper (GtkTreeModelSort *tree_model_sort,
{
SortElt *elt1;
SortElt *elt2;
SortElt tmp;
gint j;
GArray *c;