diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-29 21:43:24 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-29 21:43:24 +0800 |
commit | eadb9859e30090caab1385e6597e5b30e4da3e34 (patch) | |
tree | 4f27f0cf06083a4f60812f63f1ee8ec6102b970b /lib | |
parent | 30c54e6d94dfbc079231da2bf29de2274703986c (diff) | |
download | gsoc2013-epiphany-eadb9859e30090caab1385e6597e5b30e4da3e34.tar.gz gsoc2013-epiphany-eadb9859e30090caab1385e6597e5b30e4da3e34.tar.zst gsoc2013-epiphany-eadb9859e30090caab1385e6597e5b30e4da3e34.zip |
Version 1.5.2.
2004-11-29 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.ac:
* doc/reference/tmpl/ephy-embed.sgml:
* lib/ephy-file-chooser.c: (ephy_file_chooser_add_pattern_filter):
Version 1.5.2.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-chooser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c index b9bccc588..d759416aa 100644 --- a/lib/ephy-file-chooser.c +++ b/lib/ephy-file-chooser.c @@ -173,8 +173,6 @@ ephy_file_chooser_get_persist_key (EphyFileChooser *dialog) return dialog->priv->persist_key; } -/* This function should really be in gtk+, see bug 142142 */ - GtkFileFilter * ephy_file_chooser_add_pattern_filter (EphyFileChooser *dialog, const char *title, @@ -204,8 +202,6 @@ ephy_file_chooser_add_pattern_filter (EphyFileChooser *dialog, return filth; } -/* This function should really be in gtk+, see bug 142142 */ - GtkFileFilter * ephy_file_chooser_add_mime_filter (EphyFileChooser *dialog, const char *title, |