diff pidgin/plugins/timestamp_format.c @ 15501:d75099d2567e

gaim_gtk to pidgin. I hope
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:23:11 +0000
parents d54794a47c56
children b15cc37605c4
line wrap: on
line diff
--- 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       */