comparison src/gtklog.c @ 11869:3ba50c385299

[gaim-migrate @ 14160] This should make joining big channels a bit quicker/more efficient. It was really bad before, now it's just bad. My crude testing showed it shaved a few hundred thousand library calls of joining #gaim, so it can't be too bad. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 28 Oct 2005 01:46:12 +0000
parents 8cb75ba77f9d
children 375f1f3817a8
comparison
equal deleted inserted replaced
11868:4b71193448b3 11869:3ba50c385299
311 if (ht->type == GAIM_LOG_IM) { 311 if (ht->type == GAIM_LOG_IM) {
312 if (!gaim_prefs_get_bool("/core/logging/log_ims")) 312 if (!gaim_prefs_get_bool("/core/logging/log_ims"))
313 log_preferences = _("Instant messages will only be logged if the \"Log all instant messages\" preference is enabled."); 313 log_preferences = _("Instant messages will only be logged if the \"Log all instant messages\" preference is enabled.");
314 } else if (ht->type == GAIM_LOG_CHAT) { 314 } else if (ht->type == GAIM_LOG_CHAT) {
315 if (!gaim_prefs_get_bool("/core/logging/log_chats")) 315 if (!gaim_prefs_get_bool("/core/logging/log_chats"))
316 log_preferences = _("Chats will only be logged if the \"Log all chats preference\" is enabled."); 316 log_preferences = _("Chats will only be logged if the \"Log all chats\" preference is enabled.");
317 } 317 }
318 } 318 }
319 319
320 gaim_notify_info(NULL, title, _("No logs were found"), log_preferences); 320 gaim_notify_info(NULL, title, _("No logs were found"), log_preferences);
321 return NULL; 321 return NULL;