[gaim-migrate @ 619]

Fri, 04 Aug 2000 22:01:10 +0000

author
Todd Kulesza <fflewddur@users.sourceforge.net>
date
Fri, 04 Aug 2000 22:01:10 +0000
changeset 609
e49f055053d0
parent 608
4c11ac40558f
child 610
145d56cb5b16

[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... ;)

src/dialogs.c file | annotate | diff | comparison | revisions
--- 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);

mercurial