# HG changeset patch # User tdrhq@soc.pidgin.im # Date 1249844618 0 # Node ID 582ecea2347ec13e1e83213e82c4f67a958e4d69 # Parent 50a38bbca397419e9d43dd5b8a1392b54e25568a don't restore write-conv uiops. diff -r 50a38bbca397 -r 582ecea2347e pidgin/plugins/adiumthemes/webkit.c --- a/pidgin/plugins/adiumthemes/webkit.c Sun Aug 09 19:00:51 2009 +0000 +++ b/pidgin/plugins/adiumthemes/webkit.c Sun Aug 09 19:03:38 2009 +0000 @@ -47,8 +47,6 @@ static PurpleConversationUiOps *uiops = NULL; -static void (*default_write_conv)(PurpleConversation *conv, const char *name, const char *alias, - const char *message, PurpleMessageFlags flags, time_t mtime); static void (*default_create_conversation)(PurpleConversation *conv); static void (*default_destroy_conversation)(PurpleConversation *conv); @@ -592,7 +590,6 @@ GList *list; /* Restore the default ui-ops */ - uiops->write_conv = default_write_conv; uiops->create_conversation = default_create_conversation; uiops->destroy_conversation = default_destroy_conversation;