comparison src/server.c @ 1340:1526caa87138

[gaim-migrate @ 1350] Grey's out the info button on conversation windows if the protocol doesnt support it. Probably should add support for the other buttons to. For example: Warn, Block, add/remove, send :-) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 21 Dec 2000 02:01:20 +0000
parents 6b31e7948b05
children 1136f7896eeb
comparison
equal deleted inserted replaced
1339:6b31e7948b05 1340:1526caa87138
369 } 369 }
370 370
371 371
372 cnv->gc = gc; 372 cnv->gc = gc;
373 gtk_option_menu_set_history(GTK_OPTION_MENU(cnv->menu), g_slist_index(connections, gc)); 373 gtk_option_menu_set_history(GTK_OPTION_MENU(cnv->menu), g_slist_index(connections, gc));
374 update_buttons_by_protocol(cnv);
374 375
375 376
376 if (awaymessage != NULL) { 377 if (awaymessage != NULL) {
377 time_t t; 378 time_t t;
378 char *tmpmsg; 379 char *tmpmsg;