Mercurial > pidgin
diff src/gtkdialogs.c @ 10827:53e7884c549a
[gaim-migrate @ 12492]
this should fix some problems with contact aware conversations, while
possibly introducing new problems, and breaking some plugins.
Someone needs to just remove GaimConvWindows all together.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Fri, 15 Apr 2005 22:32:00 +0000 |
| parents | c94f40ffcafb |
| children | 9d288fd77d3b |
line wrap: on
line diff
--- a/src/gtkdialogs.c Fri Apr 15 17:56:04 2005 +0000 +++ b/src/gtkdialogs.c Fri Apr 15 22:32:00 2005 +0000 @@ -535,7 +535,7 @@ gtkwin = GAIM_GTK_WINDOW(win); gtk_window_present(GTK_WINDOW(gtkwin->window)); - gaim_conv_window_switch_conversation(win, gaim_conversation_get_index(conv)); + gaim_conv_window_switch_conversation(win, conv); } static gboolean
