diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2007-08-27 05:49:58 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-08-27 05:49:58 +0800 |
commit | 3e87142caf4b143d59ebae348ace706917b7eb51 (patch) | |
tree | 228beeb412ba4b5034c45f3447c33ae241bc8dcc /ChangeLog | |
parent | 53075e8f45b40da4260a9d46ce2b41668381dacb (diff) | |
download | gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar.gz gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.tar.zst gsoc2013-epiphany-3e87142caf4b143d59ebae348ace706917b7eb51.zip |
Add saved files to the GtkRecent list, gnome-panel is broken so don't
2007-08-26 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/ephy-file-helpers.c:
* lib/ephy-file-helpers.h:
* embed/mozilla/MozDownload.h:
* embed/mozilla/MozDownload.cpp:
Add saved files to the GtkRecent list, gnome-panel is broken so don't
expect to see the effects of this working there, you can use it on the
GtkFileChooser dialog however. Fixes Bug #148401. Original patch by
Christian Persch, updated by Cosimo Cecchi.
svn path=/trunk/; revision=7300
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-08-26 Diego Escalante Urrelo <diegoe@gnome.org> + + * lib/ephy-file-helpers.c: + * lib/ephy-file-helpers.h: + * embed/mozilla/MozDownload.h: + * embed/mozilla/MozDownload.cpp: + + Add saved files to the GtkRecent list, gnome-panel is broken so don't + expect to see the effects of this working there, you can use it on the + GtkFileChooser dialog however. Fixes Bug #148401. Original patch by + Christian Persch, updated by Cosimo Cecchi. + 2007-08-25 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: |