pidgin/purple-plugin-pack

updated for 3.0

2013-04-07, Gary Kramlich
dca537a081fe
Parents d833b26a82d2
Children 6a8759b4737e
updated for 3.0
  • +1 -1
    gRIM/gRIM.c
  • --- a/gRIM/gRIM.c Sun Apr 07 16:58:58 2013 -0500
    +++ b/gRIM/gRIM.c Sun Apr 07 17:00:05 2013 -0500
    @@ -262,7 +262,7 @@
    /* XXX: make sure we stop when conv-is destroyed. */
    source = g_timeout_add(info->gap, (GSourceFunc)timeout_func_cb, data);
    - g_object_set_data_full(G_OBJECT(gtkconv->imhtml), "gRim:timer",
    + g_object_set_data_full(G_OBJECT(gtkconv->entry), "gRim:timer",
    GINT_TO_POINTER(source), (GDestroyNotify)g_source_remove);
    return PURPLE_CMD_RET_OK;