use _gtk_marshal_BOOLEAN__VOID instead of the deprecated

2008-06-16  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkcombobox.c (gtk_combo_box_class_init): use
	_gtk_marshal_BOOLEAN__VOID instead of the deprecated
	gtk_marshal_BOOLEAN__VOID.


svn path=/trunk/; revision=20404
This commit is contained in:
Michael Natterer 2008-06-16 16:44:19 +00:00 committed by Michael Natterer
parent 0329e41742
commit 37c28957fe
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-06-16 Michael Natterer <mitch@imendio.com>
* gtk/gtkcombobox.c (gtk_combo_box_class_init): use
_gtk_marshal_BOOLEAN__VOID instead of the deprecated
gtk_marshal_BOOLEAN__VOID.
2008-06-16 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellrendereraccel.h

View File

@ -39,7 +39,6 @@
#include "gtkvseparator.h"
#include "gtkwindow.h"
#include "gtkprivate.h"
#include "gtkmarshal.h"
#include <gdk/gdkkeysyms.h>
@ -588,7 +587,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
G_CALLBACK (gtk_combo_box_real_popdown),
NULL, NULL,
gtk_marshal_BOOLEAN__VOID,
_gtk_marshal_BOOLEAN__VOID,
G_TYPE_BOOLEAN, 0);
/* key bindings */