comparison src/session.c @ 5593:b07aa997ddd8

[gaim-migrate @ 5997] We don't actually need to call save_prefs() anymore. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 08:42:55 +0000
parents 0241d6b6702d
children 059d95c67cda
comparison
equal deleted inserted replaced
5592:57165429ed73 5593:b07aa997ddd8
187 gaim_debug(GAIM_DEBUG_INFO, "Session Management", 187 gaim_debug(GAIM_DEBUG_INFO, "Session Management",
188 "Received save_yourself\n"); 188 "Received save_yourself\n");
189 189
190 if (save_type == SmSaveGlobal || save_type == SmSaveBoth) { 190 if (save_type == SmSaveGlobal || save_type == SmSaveBoth) {
191 /* may as well do something ... */ 191 /* may as well do something ... */
192 save_prefs(); 192 /* or not -- save_prefs(); */
193 } 193 }
194 194
195 SmcSaveYourselfDone(conn, True); 195 SmcSaveYourselfDone(conn, True);
196 } 196 }
197 197