GNOME Bugzilla – Bug 132018
Glade files found using ephy_file()
Last modified: 2004-12-22 21:47:04 UTC
Instead of finding .glade files using ephy_file() (which doesn't allow extensions to open .glade files from arbitrary paths), the paths can be explicitly written in every call to ephy_dialog_construct () (and in GtkNSSDialogs.cpp). I've attached a patch which changes ephy_file(), ephy_glade_widget_new(), all (I hope) callers to ephy_dialog_construct (), and GtkNSSDialogs.cpp.
Created attachment 23567 [details] [review] Proposed patch
+ SHARE_DIR "/glade/epiphany.glade" I think this should be ephy_file ("epiphany.glade"); and so for all the others. Any reason not to do it this way ?
Created attachment 23596 [details] [review] Patch #2
Looks good. You have unnecessary/unrelated changes in ephy-shell and ephy-file-helpers. Please remove these and commit. Thanks !
Fixed in cvs.