[gnome-games] aisleriot: Fix error-bell signal slot
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] aisleriot: Fix error-bell signal slot
- Date: Thu, 4 Mar 2010 18:34:09 +0000 (UTC)
commit 4cc5210f3eed6ba7ca88b02365fe21c89e4739af
Author: Christian Persch <chpe gnome org>
Date: Thu Mar 4 19:33:36 2010 +0100
aisleriot: Fix error-bell signal slot
Use the right class closure.
aisleriot/board.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/aisleriot/board.c b/aisleriot/board.c
index 79a8648..897ae59 100644
--- a/aisleriot/board.c
+++ b/aisleriot/board.c
@@ -3278,7 +3278,7 @@ aisleriot_board_class_init (AisleriotBoardClass *klass)
g_signal_new (I_("error-bell"),
G_TYPE_FROM_CLASS (gobject_class),
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
- G_STRUCT_OFFSET (AisleriotBoardClass, request_cursor),
+ G_STRUCT_OFFSET (AisleriotBoardClass, error_bell),
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]