Author: chris_y
Date: Fri Jan 16 13:16:32 2009
New Revision: 6093

URL: http://source.netsurf-browser.org?rev=6093&view=rev
Log:
Saving hotlist immedaitely after adding now saves it to the correct file

Modified:
    trunk/netsurf/amiga/menu.c

Modified: trunk/netsurf/amiga/menu.c
URL: 
http://source.netsurf-browser.org/trunk/netsurf/amiga/menu.c?rev=6093&r1=6092&r2=6093&view=diff
==============================================================================
--- trunk/netsurf/amiga/menu.c (original)
+++ trunk/netsurf/amiga/menu.c Fri Jan 16 13:16:32 2009
@@ -600,7 +600,7 @@
                        {
                                case 0: // add
                                        
ami_hotlist_add(hotlist->root,gwin->bw->current_content);
-                                       
options_save_tree(hotlist,"Resources/Hotlist","NetSurf hotlist");
+                                       
options_save_tree(hotlist,option_hotlist_file,messages_get("TreeHotlist"));
                                break;
 
                                case 1: // show


_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to