]> spindle.queued.net Git - midori/commitdiff
Disable new speed dial key file import
authorChristian Dywan <christian@twotoasts.de>
Sun, 13 Mar 2011 21:10:36 +0000 (22:10 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 13 Mar 2011 21:10:36 +0000 (22:10 +0100)
midori/main.c

index c274fe1aa88d00e8dcccb7a40f13a1b89bfe5b3d..5043bf80a9b124f887874fc220ec51e803eeccc4 100644 (file)
@@ -1467,6 +1467,7 @@ signal_handler (int signal_id)
 }
 #endif
 
+#if 0
 static void
 midori_speeddial_import_from_json (const gchar* json_file,
                                    const gchar* speeddial_file)
@@ -1593,7 +1594,7 @@ midori_speeddial_import_from_json (const gchar* json_file,
     g_free (json_content);
     g_key_file_free (key_file);
 }
-
+#endif
 
 static void
 midori_soup_session_block_uris_cb (SoupSession* session,
@@ -1802,7 +1803,9 @@ main (int    argc,
     MidoriWebSettings* settings;
     gchar* config_file;
     gchar* bookmarks_file;
+#if 0
     gchar* speeddial_file;
+#endif
     gboolean bookmarks_exist;
     MidoriStartup load_on_startup;
     KatzeArray* search_engines;
@@ -2214,6 +2217,7 @@ main (int    argc,
     g_free (bookmarks_file);
     midori_startup_timer ("History read: \t%f");
 
+    #if 0
     speeddial_file = g_build_filename (config, "speeddial", NULL);
     if (g_access (speeddial_file, F_OK) != 0)
     {
@@ -2222,6 +2226,7 @@ main (int    argc,
         g_free (json_file);
     }
     g_free (speeddial_file);
+    #endif
 
     /* In case of errors */
     if (error_messages->len)