mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Remove GTK_OBJECT_CONNECTED.
* gtk/gtk-sections.txt: Remove GTK_OBJECT_CONNECTED. * gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc comment markers on freeform comments.
This commit is contained in:
parent
6aac324d3a
commit
b56a552166
@ -1,3 +1,8 @@
|
||||
2002-04-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
|
||||
comment markers on freeform comments.
|
||||
|
||||
Wed Apr 24 17:34:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
|
||||
comment markers on freeform comments.
|
||||
|
||||
Wed Apr 24 17:34:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
|
||||
comment markers on freeform comments.
|
||||
|
||||
Wed Apr 24 17:34:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
|
||||
comment markers on freeform comments.
|
||||
|
||||
Wed Apr 24 17:34:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
|
||||
comment markers on freeform comments.
|
||||
|
||||
Wed Apr 24 17:34:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
|
||||
comment markers on freeform comments.
|
||||
|
||||
Wed Apr 24 17:34:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
|
||||
|
@ -1,5 +1,7 @@
|
||||
2002-04-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk-sections.txt: Remove GTK_OBJECT_CONNECTED.
|
||||
|
||||
* gtk/tmpl/gtksocket.sgml: Formatting fix.
|
||||
|
||||
* gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates. (#79001)
|
||||
|
@ -1690,7 +1690,6 @@ GTK_OBJECT_TYPE_NAME
|
||||
GtkObjectFlags
|
||||
GTK_OBJECT_FLAGS
|
||||
GTK_OBJECT_FLOATING
|
||||
GTK_OBJECT_CONNECTED
|
||||
GtkArgFlags
|
||||
gtk_object_new
|
||||
gtk_object_sink
|
||||
|
@ -4224,7 +4224,7 @@ _gtk_tree_view_install_mark_rows_col_dirty (GtkTreeView *tree_view)
|
||||
install_presize_handler (tree_view);
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* This function works synchronously (due to the while (do_validate_rows...)
|
||||
* loop).
|
||||
*
|
||||
@ -10680,7 +10680,7 @@ gtk_tree_view_stop_editing (GtkTreeView *tree_view,
|
||||
if (tree_view->priv->edited_column == NULL)
|
||||
return;
|
||||
|
||||
/**
|
||||
/*
|
||||
* This is very evil. We need to do this, because
|
||||
* gtk_cell_editable_editing_done may trigger gtk_tree_view_row_changed
|
||||
* later on. If gtk_tree_view_row_changed notices
|
||||
|
Loading…
Reference in New Issue
Block a user