diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-27 02:51:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-27 02:51:21 +0800 |
commit | 420b17b1dbc5d3ebea10ea44c155b34c118a6f99 (patch) | |
tree | a137a50ab4be6f22c5e13450cc9ef0709c30b8b0 /ChangeLog | |
parent | a1ef272177c238c5e1b6196b3ed4c8f948e236f3 (diff) | |
download | gsoc2013-epiphany-420b17b1dbc5d3ebea10ea44c155b34c118a6f99.tar gsoc2013-epiphany-420b17b1dbc5d3ebea10ea44c155b34c118a6f99.tar.gz gsoc2013-epiphany-420b17b1dbc5d3ebea10ea44c155b34c118a6f99.tar.bz2 gsoc2013-epiphany-420b17b1dbc5d3ebea10ea44c155b34c118a6f99.tar.lz gsoc2013-epiphany-420b17b1dbc5d3ebea10ea44c155b34c118a6f99.tar.xz gsoc2013-epiphany-420b17b1dbc5d3ebea10ea44c155b34c118a6f99.tar.zst gsoc2013-epiphany-420b17b1dbc5d3ebea10ea44c155b34c118a6f99.zip |
Use gtk_widget_get_settings on the EphyDialog's window, not on the dialog
2004-10-26 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (downloader_view_add_download):
Use gtk_widget_get_settings on the EphyDialog's window, not on the
dialog itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-10-26 Christian Persch <chpe@cvs.gnome.org> + + * embed/downloader-view.c: (downloader_view_add_download): + + Use gtk_widget_get_settings on the EphyDialog's window, not on the + dialog itself. + 2004-10-25 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): |