summaryrefslogtreecommitdiff
path: root/finch/finch.c
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2011-03-18 02:59:12 +0000
committerRichard Laager <rlaager@pidgin.im>2011-03-18 02:59:12 +0000
commit542d804ae2aaa4ae406e66954afd2ae70daffb4c (patch)
tree92eabf2d5a06771288ab98a24532b4478a3ae242 /finch/finch.c
parented9b82b95411856fcea6b3c40704f05fc62f768d (diff)
downloadpidgin-542d804ae2aaa4ae406e66954afd2ae70daffb4c.tar.gz
Drop the .gaim -> .purple migration code
Diffstat (limited to 'finch/finch.c')
-rw-r--r--finch/finch.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/finch/finch.c b/finch/finch.c
index 98f94b529b..a734e98e8f 100644
--- a/finch/finch.c
+++ b/finch/finch.c
@@ -334,29 +334,6 @@ init_libpurple(int argc, char **argv)
/* We don't want debug-messages to show up and corrupt the display */
purple_debug_set_enabled(debug_enabled);
- /* If we're using a custom configuration directory, we
- * do NOT want to migrate, or weird things will happen. */
- if (opt_config_dir_arg == NULL)
- {
- if (!purple_core_migrate())
- {
- char *old = g_strconcat(purple_home_dir(),
- G_DIR_SEPARATOR_S ".gaim", NULL);
- char *text = g_strdup_printf(_(
- "%s encountered errors migrating your settings "
- "from %s to %s. Please investigate and complete the "
- "migration by hand. Please report this error at http://developer.pidgin.im"), _("Finch"),
- old, purple_user_dir());
-
- g_free(old);
-
- purple_print_utf8_to_console(stderr, text);
- g_free(text);
-
- return 0;
- }
- }
-
purple_core_set_ui_ops(gnt_core_get_ui_ops());
purple_eventloop_set_ui_ops(gnt_eventloop_get_ui_ops());
purple_idle_set_ui_ops(finch_idle_get_ui_ops());