gtk+ r20404 - in trunk: . gtk
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20404 - in trunk: . gtk
- Date: Mon, 16 Jun 2008 16:44:19 +0000 (UTC)
Author: mitch
Date: Mon Jun 16 16:44:19 2008
New Revision: 20404
URL: http://svn.gnome.org/viewvc/gtk+?rev=20404&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/gtk/gtkcombobox.c
Modified: trunk/gtk/gtkcombobox.c
==============================================================================
--- trunk/gtk/gtkcombobox.c (original)
+++ trunk/gtk/gtkcombobox.c Mon Jun 16 16:44:19 2008
@@ -39,7 +39,6 @@
#include "gtkvseparator.h"
#include "gtkwindow.h"
#include "gtkprivate.h"
-#include "gtkmarshal.h"
#include <gdk/gdkkeysyms.h>
@@ -588,7 +587,7 @@
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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]