diff console/libgnt/gnttree.c @ 14843:97977138cf29

[gaim-migrate @ 17612] Add a 'MenuItemCheck' thing. Use GntMenu for the context-menu in the buddylist. This patch has 666 lines ... but I'm sure it's a good patch! committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Oct 2006 22:14:52 +0000
parents bfcdd361357e
children c7651586e27b
line wrap: on
line diff
--- a/console/libgnt/gnttree.c	Sat Oct 28 20:38:25 2006 +0000
+++ b/console/libgnt/gnttree.c	Sat Oct 28 22:14:52 2006 +0000
@@ -691,7 +691,7 @@
 		g_signal_new("toggled",
 					 G_TYPE_FROM_CLASS(klass),
 					 G_SIGNAL_RUN_LAST,
-					 0,
+					 G_STRUCT_OFFSET(GntTreeClass, toggled),
 					 NULL, NULL,
 					 g_cclosure_marshal_VOID__POINTER,
 					 G_TYPE_NONE, 1, G_TYPE_POINTER);