# HG changeset patch # User Christian Hammond # Date 1043099686 0 # Node ID 9c83a731a3ea20049a283b7464868a419e2bb64b # Parent 101fa831f52f692c4e10c6c8c2df1299522eab8c [gaim-migrate @ 4634] Should prevent a segfault and the Add button tooltip issue. committer: Tailor Script diff -r 101fa831f52f -r 9c83a731a3ea src/gtkconv.c --- a/src/gtkconv.c Mon Jan 20 20:01:57 2003 +0000 +++ b/src/gtkconv.c Mon Jan 20 21:54:46 2003 +0000 @@ -2475,12 +2475,10 @@ struct gaim_connection *gc; struct gaim_gtk_conversation *gtkconv; struct gaim_gtk_im_pane *gtkim; - struct gaim_gtk_window *gtkwin; GaimConversationType type = GAIM_CONV_IM; gtkconv = GAIM_GTK_CONVERSATION(conv); gtkim = gtkconv->u.im; - gtkwin = GAIM_GTK_WINDOW(gaim_conversation_get_window(conv)); gc = gaim_conversation_get_gc(conv); /* From right to left... */ @@ -2524,8 +2522,6 @@ gtkim->warn = gaim_gtk_change_text(_("Warn"), gtkim->warn, GAIM_STOCK_WARN, type); gtk_box_pack_start(GTK_BOX(parent), gtkim->warn, FALSE, FALSE, 0); - gtk_tooltips_set_tip(gtkconv->tooltips, gtkim->add, - _("Remove buddy"), NULL); /* Info button */ gtkconv->info = gaim_gtk_change_text(_("Info"), gtkconv->info,