X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/55ddef4e3bbe7175160aa7eb67524e8ce6fdd0f8..2b756ea0f81ebe3ef92ba3d40b67b9ad0d2e19e6:/src/main.c diff --git a/src/main.c b/src/main.c index 9f78ce65..7aafb44e 100644 --- a/src/main.c +++ b/src/main.c @@ -114,7 +114,6 @@ static void open_window ( VikWindow *vw, const gchar **files ) /* Options */ static GOptionEntry entries[] = { - { "small_waypoint", 's', 0, G_OPTION_ARG_NONE, &vik_use_small_wp_icons, N_("Use smaller symbols for waypoints"), NULL }, { "debug", 'd', 0, G_OPTION_ARG_NONE, &vik_debug, N_("Enable debug output"), NULL }, { "verbose", 'V', 0, G_OPTION_ARG_NONE, &vik_verbose, N_("Enable verbose output"), NULL }, { "version", 'v', 0, G_OPTION_ARG_NONE, &vik_version, N_("Show version"), NULL }, @@ -166,13 +165,13 @@ int main( int argc, char *argv[] ) if (!vik_debug) g_log_set_handler (NULL, G_LOG_LEVEL_DEBUG, mute_log, NULL); - a_download_init(); - curl_download_init(); - a_preferences_init (); a_vik_preferences_init (); + a_download_init(); + curl_download_init(); + /* Init modules/plugins */ modules_init();