diff -r bdb019a1f485 -r 8c8249fe5e3c pidgin/plugins/timestamp_format.c --- a/pidgin/plugins/timestamp_format.c Sat Feb 03 01:08:41 2007 +0000 +++ b/pidgin/plugins/timestamp_format.c Sat Feb 03 07:23:11 2007 +0000 @@ -115,7 +115,7 @@ static gboolean plugin_load(GaimPlugin *plugin) { - gaim_signal_connect(gaim_gtk_conversations_get_handle(), "conversation-timestamp", + gaim_signal_connect(pidgin_conversations_get_handle(), "conversation-timestamp", plugin, GAIM_CALLBACK(conversation_timestamp_cb), NULL); gaim_signal_connect(gaim_log_get_handle(), "log-timestamp", plugin, GAIM_CALLBACK(log_timestamp_cb), NULL); @@ -140,7 +140,7 @@ GAIM_MAJOR_VERSION, GAIM_MINOR_VERSION, GAIM_PLUGIN_STANDARD, /**< type */ - GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */ + PIDGIN_PLUGIN_TYPE, /**< ui_requirement */ 0, /**< flags */ NULL, /**< dependencies */ GAIM_PRIORITY_DEFAULT, /**< priority */