summaryrefslogtreecommitdiff
path: root/gtk/gtkseparatormenuitem.c
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2001-05-27 21:43:09 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-05-27 21:43:09 +0000
commit57237d4d89da7fd73d7011469256479da1886cb0 (patch)
treeae57ae07032b5cb7a958b0db7e7ded033028ec85 /gtk/gtkseparatormenuitem.c
parent20715207b40fb1578d85fb6169d5b0744e783af7 (diff)
downloadgdk-pixbuf-57237d4d89da7fd73d7011469256479da1886cb0.tar.gz
Rename to the more correct gtk-go-up.
2001-05-27 Alexander Larsson <alla@lysator.liu.se> * gtk/gtkstock.h (GTK_STOCK_GO_UP): Rename to the more correct gtk-go-up. * gtk/stock-icons/stock_menu_sort_ascending.png: Added new file. * gtk/stock-icons/stock_menu_sort_descending.png: Changed to show descending instead of ascending. * gtk/gtkiconfactory.c: Added menu size icon to sort ascending. * gtk/stock-icons/Makefile.am: Added stock_menu_sort_ascending.png. * gtk/gtkseparatormenuitem.c: Use correct typenames.
Diffstat (limited to 'gtk/gtkseparatormenuitem.c')
-rw-r--r--gtk/gtkseparatormenuitem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkseparatormenuitem.c b/gtk/gtkseparatormenuitem.c
index 43437c4bc..77b6b06d2 100644
--- a/gtk/gtkseparatormenuitem.c
+++ b/gtk/gtkseparatormenuitem.c
@@ -39,13 +39,13 @@ gtk_separator_menu_item_get_type (void)
{
static const GTypeInfo separator_menu_item_info =
{
- sizeof (GtkMenuItemClass),
+ sizeof (GtkSeparatorMenuItemClass),
NULL, /* base_init */
NULL, /* base_finalize */
(GClassInitFunc) gtk_separator_menu_item_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
- sizeof (GtkMenuItem),
+ sizeof (GtkSeparatorMenuItem),
16, /* n_preallocs */
(GInstanceInitFunc) NULL,
};