Mercurial > pidgin
changeset 4368:9c83a731a3ea
[gaim-migrate @ 4634]
Should prevent a segfault and the Add button tooltip issue.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 20 Jan 2003 21:54:46 +0000 |
parents | 101fa831f52f |
children | 7e1fb422e5fd |
files | src/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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,