forked from AuroraMiddleware/gtk
forgot a printf() line ;)
-timj
This commit is contained in:
parent
6f7faf9df2
commit
33f3f4a2ae
@ -641,7 +641,6 @@ gtk_object_add_arg_type (const char *arg_name,
|
|||||||
info->class_type = class_type;
|
info->class_type = class_type;
|
||||||
info->arg_id = arg_id;
|
info->arg_id = arg_id;
|
||||||
info->seq_id = ++((GtkObjectClass*) gtk_type_class (class_type))->n_args;
|
info->seq_id = ++((GtkObjectClass*) gtk_type_class (class_type))->n_args;
|
||||||
printf ("arg seq id: %d for %s\n", info->seq_id, info->name);
|
|
||||||
|
|
||||||
if (!arg_info_ht)
|
if (!arg_info_ht)
|
||||||
arg_info_ht = g_hash_table_new (g_str_hash, g_str_equal);
|
arg_info_ht = g_hash_table_new (g_str_hash, g_str_equal);
|
||||||
|
Loading…
Reference in New Issue
Block a user