Mercurial > pidgin
changeset 5140:8c71c0727a1c
[gaim-migrate @ 5504]
We shouldn't need this.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 16 Apr 2003 01:28:01 +0000 |
parents | d0182ae31ab8 |
children | 5736055629cb |
files | src/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Wed Apr 16 00:59:07 2003 +0000 +++ b/src/gtkconv.c Wed Apr 16 01:28:01 2003 +0000 @@ -1657,10 +1657,8 @@ struct gaim_gtk_window *new_gtkwin; struct gaim_gtk_conversation *gtkconv; gint win_width, win_height; - gboolean noisy; gtkconv = GAIM_GTK_CONVERSATION(conv); - noisy = gtkconv->make_sound; new_win = gaim_window_new(); @@ -1668,8 +1666,6 @@ gaim_window_remove_conversation(win, gaim_conversation_get_index(conv))); - gtkconv->make_sound = noisy; - new_gtkwin = GAIM_GTK_WINDOW(new_win); gtk_window_get_size(GTK_WINDOW(new_gtkwin->window),