mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
Fix a small typo. It's LIST_STORE, not LISTSTORE.
2001-08-22 Anders Carlsson <andersca@gnu.org> * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo. It's LIST_STORE, not LISTSTORE.
This commit is contained in:
parent
d152553019
commit
e7ac9a3430
@ -1,3 +1,8 @@
|
||||
2001-08-22 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
|
||||
It's LIST_STORE, not LISTSTORE.
|
||||
|
||||
Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk.h: Remove commented out gtkpacker reference.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-08-22 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
|
||||
It's LIST_STORE, not LISTSTORE.
|
||||
|
||||
Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk.h: Remove commented out gtkpacker reference.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-08-22 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
|
||||
It's LIST_STORE, not LISTSTORE.
|
||||
|
||||
Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk.h: Remove commented out gtkpacker reference.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-08-22 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
|
||||
It's LIST_STORE, not LISTSTORE.
|
||||
|
||||
Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk.h: Remove commented out gtkpacker reference.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-08-22 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
|
||||
It's LIST_STORE, not LISTSTORE.
|
||||
|
||||
Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk.h: Remove commented out gtkpacker reference.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-08-22 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
|
||||
It's LIST_STORE, not LISTSTORE.
|
||||
|
||||
Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk.h: Remove commented out gtkpacker reference.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-08-22 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
|
||||
It's LIST_STORE, not LISTSTORE.
|
||||
|
||||
Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk.h: Remove commented out gtkpacker reference.
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
|
||||
#define GTK_TYPE_LIST_STORE (gtk_list_store_get_type ())
|
||||
#define GTK_LIST_STORE(obj) (GTK_CHECK_CAST ((obj), GTK_TYPE_LIST_STORE, GtkListStore))
|
||||
#define GTK_LIST_STORE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_LISTSTORE, GtkListStoreClass))
|
||||
#define GTK_LIST_STORE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_LIST_STORE, GtkListStoreClass))
|
||||
#define GTK_IS_LIST_STORE(obj) (GTK_CHECK_TYPE ((obj), GTK_TYPE_LIST_STORE))
|
||||
#define GTK_IS_LIST_STORE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), GTK_TYPE_LIST_STORE))
|
||||
#define GTK_LIST_STORE_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), GTK_TYPE_LIST_STORE, GtkListStoreClass))
|
||||
|
Loading…
Reference in New Issue
Block a user