]> Pileus Git - ~andy/gtk/commit
const correct string parameter.
authorTim Janik <timj@gtk.org>
Fri, 17 Aug 2001 16:33:04 +0000 (16:33 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 17 Aug 2001 16:33:04 +0000 (16:33 +0000)
commitad9d2daf4a3156ed3a828e7547d383c0d7dbce75
tree5b57562e4b3e971ae64480071278874ee7311713
parentaa9932da2704b070a18e13074746b56c4c3a4f9d
const correct string parameter.

Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
        string parameter.

        * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
        GtkMenuShell::selection_done, now that we have it, instead of
        ::deactivate so we're not tearing the menu apart and notify
        the user prematurely.

Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
        window, clear window->need_default_position to avoid infinite loops.
        some comment fixups and GTK_RESIZE_IMMEDIATE fixups.

Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
        code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
        (gtk_tree_view_set_property): don't cast possible NULL objects.
        (gtk_tree_view_destroy): reset the model to NULL.

        * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
        parent_class handler.
13 files changed:
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/gtkoptionmenu.c
gtk/gtktreemodel.c
gtk/gtktreemodel.h
gtk/gtktreeselection.c
gtk/gtktreeview.c
gtk/gtkwindow.c