diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-15 22:50:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-15 22:50:00 +0800 |
commit | 6633b3ced595976ddad6608661bd33e3fc9376dd (patch) | |
tree | 652258a320eea546208086785fcc90156bfca5ed /ChangeLog | |
parent | 6b9d4b0ba11109ef9d24aef0cd2dfa2b6aedd1a3 (diff) | |
download | gsoc2013-epiphany-6633b3ced595976ddad6608661bd33e3fc9376dd.tar gsoc2013-epiphany-6633b3ced595976ddad6608661bd33e3fc9376dd.tar.gz gsoc2013-epiphany-6633b3ced595976ddad6608661bd33e3fc9376dd.tar.bz2 gsoc2013-epiphany-6633b3ced595976ddad6608661bd33e3fc9376dd.tar.lz gsoc2013-epiphany-6633b3ced595976ddad6608661bd33e3fc9376dd.tar.xz gsoc2013-epiphany-6633b3ced595976ddad6608661bd33e3fc9376dd.tar.zst gsoc2013-epiphany-6633b3ced595976ddad6608661bd33e3fc9376dd.zip |
Use a GtkFileChooserButton for the download path selector. Fixes bug
2005-10-15 Christian Persch <chpe@cvs.gnome.org>
* data/glade/prefs-dialog.glade:
* src/prefs-dialog.c: (prefs_dialog_finalize),
(download_path_changed_cb), (create_download_path_button),
(prefs_dialog_init), (prefs_homepage_blank_button_clicked_cb):
Use a GtkFileChooserButton for the download path selector.
Fixes bug #135738.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2005-10-15 Christian Persch <chpe@cvs.gnome.org> + * data/glade/prefs-dialog.glade: + * src/prefs-dialog.c: (prefs_dialog_finalize), + (download_path_changed_cb), (create_download_path_button), + (prefs_dialog_init), (prefs_homepage_blank_button_clicked_cb): + + Use a GtkFileChooserButton for the download path selector. + Fixes bug #135738. + +2005-10-15 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download), (ephy_favicon_cache_get): * embed/mozilla/EphyBrowser.cpp: |