fix typo in gtk_init_check macro, which caused crashes if argc != 0

2002-03-29  Hans Breuer  <hans@breuer.org>

	* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
	caused crashes if argc != 0

	* gtk/stock-icons/makefile.msc : added new icons
This commit is contained in:
Hans Breuer 2002-03-29 22:38:17 +00:00 committed by Hans Breuer
parent 5c16742258
commit 833579d8e1
8 changed files with 45 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
caused crashes if argc != 0
* gtk/stock-icons/makefile.msc : added new icons
Fri Mar 29 20:17:35 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):

View File

@ -1,3 +1,10 @@
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
caused crashes if argc != 0
* gtk/stock-icons/makefile.msc : added new icons
Fri Mar 29 20:17:35 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):

View File

@ -1,3 +1,10 @@
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
caused crashes if argc != 0
* gtk/stock-icons/makefile.msc : added new icons
Fri Mar 29 20:17:35 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):

View File

@ -1,3 +1,10 @@
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
caused crashes if argc != 0
* gtk/stock-icons/makefile.msc : added new icons
Fri Mar 29 20:17:35 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):

View File

@ -1,3 +1,10 @@
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
caused crashes if argc != 0
* gtk/stock-icons/makefile.msc : added new icons
Fri Mar 29 20:17:35 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):

View File

@ -1,3 +1,10 @@
2002-03-29 Hans Breuer <hans@breuer.org>
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
caused crashes if argc != 0
* gtk/stock-icons/makefile.msc : added new icons
Fri Mar 29 20:17:35 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):

View File

@ -105,7 +105,7 @@ gboolean gtk_init_check_abi_check (int *argc,
size_t sizeof_GtkWindow);
#define gtk_init(argc, argv) gtk_init_abi_check (argc, argv, 1, sizeof (GtkWindow))
#define gtk_init_check(args, argv) gtk_init_check_abi_check (argc, argv, 1, sizeof (GtkWindow))
#define gtk_init_check(argc, argv) gtk_init_check_abi_check (argc, argv, 1, sizeof (GtkWindow))
#endif

View File

@ -1,4 +1,5 @@
VARIABLES = \
stock_add_16 stock_add_16.png \
stock_add_24 stock_add_24.png \
stock_align_center_16 stock_align_center_16.png \
stock_align_center_24 stock_align_center_24.png \
@ -77,6 +78,7 @@ VARIABLES = \
stock_redo_24 stock_redo_24.png \
stock_refresh_16 stock_refresh_16.png \
stock_refresh_24 stock_refresh_24.png \
stock_remove_16 stock_remove_16.png \
stock_remove_24 stock_remove_24.png \
stock_revert_16 stock_revert_16.png \
stock_revert_24 stock_revert_24.png \