diff src/prefs.c @ 7555:450b25d8d953

[gaim-migrate @ 8169] never fear! that guy who wrote prefs is here! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 18 Nov 2003 05:45:14 +0000
parents 53c86d59f20b
children cdfdbabd3266
line wrap: on
line diff
--- a/src/prefs.c	Tue Nov 18 04:46:47 2003 +0000
+++ b/src/prefs.c	Tue Nov 18 05:45:14 2003 +0000
@@ -613,7 +613,8 @@
 }
 
 void gaim_prefs_rename_old() {
-	/* This doesn't actually do anything yet, but it will */
+	gaim_prefs_rename("/gaim/gtk/logging/log_ims", "/core/logging/log_ims");
+	gaim_prefs_rename("/gaim/gtk/logging/log_chats", "/core/logging/log_chats");
 }
 
 guint gaim_prefs_connect_callback(const char *name, GaimPrefCallback func, gpointer data)