comparison mcabber/mcabber/histolog.c @ 1965:ec737f5f1d6f

Couple of readmark-related bugfixes
author Mikael Berthe <mikael@lilotux.net>
date Fri, 18 Mar 2011 12:29:57 +0100
parents d41623dd88ee
children 990cad5123f3
comparison
equal deleted inserted replaced
1964:306ddec07d63 1965:ec737f5f1d6f
347 err = 0; 347 err = 0;
348 } 348 }
349 } 349 }
350 fclose(fp); 350 fclose(fp);
351 g_free(data); 351 g_free(data);
352
353 // Set a readmark to separate new content
354 hbuf_set_readmark(*p_buddyhbuf, TRUE);
355 } 352 }
356 353
357 // hlog_enable() 354 // hlog_enable()
358 // Enable logging to files. If root_dir is NULL, then $HOME/.mcabber is used. 355 // Enable logging to files. If root_dir is NULL, then $HOME/.mcabber is used.
359 // If loadfiles is TRUE, we will try to load buddies history logs from file. 356 // If loadfiles is TRUE, we will try to load buddies history logs from file.