| 115 } |
115 } |
| 116 |
116 |
| 117 static gboolean |
117 static gboolean |
| 118 plugin_load(PurplePlugin *plugin) |
118 plugin_load(PurplePlugin *plugin) |
| 119 { |
119 { |
| 120 GList *convs = purple_conversations_get(); |
120 GList *convs = purple_conversations_get_all(); |
| 121 void *gtk_conv_handle = pidgin_conversations_get_handle(); |
121 void *gtk_conv_handle = pidgin_conversations_get_handle(); |
| 122 |
122 |
| 123 purple_signal_connect(gtk_conv_handle, "conversation-displayed", plugin, |
123 purple_signal_connect(gtk_conv_handle, "conversation-displayed", plugin, |
| 124 PURPLE_CALLBACK(conversation_displayed_cb), NULL); |
124 PURPLE_CALLBACK(conversation_displayed_cb), NULL); |
| 125 /* |
125 /* |