Avoid getting the interface struct twice in the same function. (#300513,

2005-05-03  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreemodel.c: Avoid getting the interface struct
	twice in the same function.  (#300513, Billy Biggs)
This commit is contained in:
Matthias Clasen 2005-05-03 05:23:35 +00:00 committed by Matthias Clasen
parent fefbd24704
commit 2c5634dad1
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2005-05-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c: Avoid getting the interface struct
twice in the same function. (#300513, Billy Biggs)
* gtk/gtkscrolledwindow.h:
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar):
* gtk/gtk.symbols: Add getters for the scrollbars. (#167181,

View File

@ -1,5 +1,8 @@
2005-05-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c: Avoid getting the interface struct
twice in the same function. (#300513, Billy Biggs)
* gtk/gtkscrolledwindow.h:
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar):
* gtk/gtk.symbols: Add getters for the scrollbars. (#167181,

View File

@ -1,5 +1,8 @@
2005-05-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c: Avoid getting the interface struct
twice in the same function. (#300513, Billy Biggs)
* gtk/gtkscrolledwindow.h:
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar):
* gtk/gtk.symbols: Add getters for the scrollbars. (#167181,