comparison pidgin/plugins/markerline.c @ 15502:6fde15c1dcfc

pidginconv to pidgin_conv
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:55:15 +0000
parents d75099d2567e
children 32c366eeeb99
comparison
equal deleted inserted replaced
15501:d75099d2567e 15502:6fde15c1dcfc
208 PidginWindow *win; 208 PidginWindow *win;
209 209
210 if (!gtkconv) 210 if (!gtkconv)
211 return; 211 return;
212 212
213 win = pidginconv_get_window(gtkconv); 213 win = pidgin_conv_get_window(gtkconv);
214 214
215 detach_from_pidgin_window(win, NULL); 215 detach_from_pidgin_window(win, NULL);
216 attach_to_pidgin_window(win, NULL); 216 attach_to_pidgin_window(win, NULL);
217 } 217 }
218 218