Mercurial > pidgin.yaz
changeset 609:1301715fc119
[gaim-migrate @ 619]
hehe, i guess i could delete this oversized, commented-out block, now
couldn't i... if ms coders did that, maybe windows wouldn't be over a
million lines of code :P wait, what am i saying... ;)
committer: Tailor Script <tailor@pidgin.im>
author | Todd Kulesza <fflewddur> |
---|---|
date | Fri, 04 Aug 2000 22:01:10 +0000 |
parents | e33dfed611c9 |
children | cadb51c068cb |
files | src/dialogs.c |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Fri Aug 04 21:56:18 2000 +0000 +++ b/src/dialogs.c Fri Aug 04 22:01:10 2000 +0000 @@ -1862,22 +1862,6 @@ cancel_log(NULL, c); } -/* -static void cancel_log(GtkWidget *w, char *name) -{ - - struct conversation *c = gtk_object_get_user_data(GTK_OBJECT(logdialog)); - - if (c != NULL) - { - set_state_lock(1); - gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(c->log_button), FALSE); - set_state_lock(0); - } - destroy_dialog(NULL, logdialog); -} -*/ - void show_log_dialog(struct conversation *c) { char *buf = g_malloc(BUF_LEN);