diff options
author | Tim Janik <timj@gtk.org> | 1998-06-07 13:44:34 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-06-07 13:44:34 +0000 |
commit | 8102e79dafec13d9ee50905dfbb0dab89a3ffb1b (patch) | |
tree | e20e51f35c1f987b82bdae7210330852fa448215 /gtk/gtkitemfactory.h | |
parent | 50a9ba1f26725f87e634acc309d70839cde64672 (diff) | |
download | gdk-pixbuf-8102e79dafec13d9ee50905dfbb0dab89a3ffb1b.tar.gz |
feature check menu items in the compatibility code (this required me to
Sun Jun 7 14:34:31 1998 Tim Janik <timj@gtk.org>
* gtk/gtkitemfactory.c (gtk_item_factory_create_menu_entries): feature
check menu items in the compatibility code (this required me to remove
the "<check>" part from the menu item name, grrr).
Diffstat (limited to 'gtk/gtkitemfactory.h')
-rw-r--r-- | gtk/gtkitemfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index aad4ee635..45dc18151 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -187,7 +187,7 @@ void gtk_item_factory_popup_with_data(GtkItemFactory *ifactory, gpointer gtk_item_factory_popup_data (GtkItemFactory *ifactory); gpointer gtk_item_factory_popup_data_from_widget (GtkWidget *widget); -/* Compatibility functions for ol GtkMenuFactory code +/* Compatibility functions for deprecated GtkMenuFactory code */ GtkItemFactory* gtk_item_factory_from_path (const gchar *path); void gtk_item_factory_create_menu_entries (guint n_entries, |