Fix wrong stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)

Fri Mar 29 17:57:36 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkiconfactory.c (get_default_icons): Fix wrong
        stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
This commit is contained in:
Owen Taylor 2002-03-29 23:00:41 +00:00 committed by Owen Taylor
parent 833579d8e1
commit b123b8d340
7 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which

View File

@ -1,3 +1,8 @@
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which

View File

@ -1,3 +1,8 @@
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which

View File

@ -1,3 +1,8 @@
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which

View File

@ -1,3 +1,8 @@
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which

View File

@ -1,3 +1,8 @@
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which

View File

@ -486,7 +486,7 @@ get_default_icons (GtkIconFactory *factory)
stock_add_24,
stock_add_16,
GTK_ICON_SIZE_MENU,
GTK_STOCK_JUSTIFY_CENTER);
GTK_STOCK_ADD);
add_sized_with_fallback (factory,
stock_align_center_24,
@ -660,7 +660,7 @@ get_default_icons (GtkIconFactory *factory)
stock_remove_24,
stock_remove_16,
GTK_ICON_SIZE_MENU,
GTK_STOCK_JUSTIFY_CENTER);
GTK_STOCK_REMOVE);
add_sized_with_fallback (factory,
stock_refresh_24,