comparison src/dialogs.c @ 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 0f7e5ff95f71
comparison
equal deleted inserted replaced
608:e33dfed611c9 609:1301715fc119
1860 1860
1861 save_prefs(); 1861 save_prefs();
1862 cancel_log(NULL, c); 1862 cancel_log(NULL, c);
1863 } 1863 }
1864 1864
1865 /*
1866 static void cancel_log(GtkWidget *w, char *name)
1867 {
1868
1869 struct conversation *c = gtk_object_get_user_data(GTK_OBJECT(logdialog));
1870
1871 if (c != NULL)
1872 {
1873 set_state_lock(1);
1874 gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(c->log_button), FALSE);
1875 set_state_lock(0);
1876 }
1877 destroy_dialog(NULL, logdialog);
1878 }
1879 */
1880
1881 void show_log_dialog(struct conversation *c) 1865 void show_log_dialog(struct conversation *c)
1882 { 1866 {
1883 char *buf = g_malloc(BUF_LEN); 1867 char *buf = g_malloc(BUF_LEN);
1884 1868
1885 if (!c->log_dialog) { 1869 if (!c->log_dialog) {