After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310398 - page info should list script files
page info should list script files
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: page-info
1.6.x
Other Linux
: Normal enhancement
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2005-07-14 18:14 UTC by Christian Persch
Modified: 2005-08-04 21:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add scripts to link tab. (11.34 KB, patch)
2005-08-03 21:44 UTC, Jean-François Rameau
none Details | Review

Description Christian Persch 2005-07-14 18:14:11 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.
Comment 1 Jean-François Rameau 2005-08-03 21:44:12 UTC
Created attachment 50197 [details] [review]
Add scripts to link tab.

Relative to page-info extension.
Comment 2 Christian Persch 2005-08-04 19:25:06 UTC
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.
Comment 3 Jean-François Rameau 2005-08-04 21:49:46 UTC
Fixed on CVS HEAD.