GNOME Bugzilla – Bug 310398
page info should list script files
Last modified: 2005-08-04 21:50:22 UTC
Steps to reproduce: 0) Go to a page with external scripts 1) Tools -> Page Info Expected results: External scripts are listed in page info, and can be saved. Actual results: Scripts are nowhere to be found.
Created attachment 50197 [details] [review] Add scripts to link tab. Relative to page-info extension.
Thanks for the patch! +media_save_medium_cb +links_save_link_cb Those are almost identical, except for which *Page struct they take. Since they all extend TreeviewInfoPage, you can unify them into one: treeview_info_page_save_selected (gpointer dummy, TreeviewInfoPage *tpage) With that fixed, ok to commit.
Fixed on CVS HEAD.