aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-04-06 01:52:17 +0800
committerChristian Persch <chpe@src.gnome.org>2004-04-06 01:52:17 +0800
commitebf8b6c7da6a87fab932f7120906fb125921141f (patch)
treeb49d0d1af64259171cbc5dd879de49da8a30aab4 /ChangeLog
parent1e1e94d9b0843c3c1aa99cbfcdf94c4dff4e6b07 (diff)
downloadgsoc2013-epiphany-ebf8b6c7da6a87fab932f7120906fb125921141f.tar
gsoc2013-epiphany-ebf8b6c7da6a87fab932f7120906fb125921141f.tar.gz
gsoc2013-epiphany-ebf8b6c7da6a87fab932f7120906fb125921141f.tar.bz2
gsoc2013-epiphany-ebf8b6c7da6a87fab932f7120906fb125921141f.tar.lz
gsoc2013-epiphany-ebf8b6c7da6a87fab932f7120906fb125921141f.tar.xz
gsoc2013-epiphany-ebf8b6c7da6a87fab932f7120906fb125921141f.tar.zst
gsoc2013-epiphany-ebf8b6c7da6a87fab932f7120906fb125921141f.zip
Make prefs, pdm and print setup dialogues transient to their parent. Fixes
2004-04-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * lib/ephy-dialog.c: (ephy_dialog_get_parent): * lib/ephy-dialog.h: * src/prefs-dialog.c: (prefs_homepage_current_button_clicked_cb): * src/window-commands.c: (window_cmd_file_print_setup), (window_cmd_edit_personal_data), (window_cmd_edit_prefs): Make prefs, pdm and print setup dialogues transient to their parent. Fixes bug #139124.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0117c1bd5..b5527cad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-04-05 Christian Persch <chpe@cvs.gnome.org>
+
+ * data/glade/prefs-dialog.glade:
+ * lib/ephy-dialog.c: (ephy_dialog_get_parent):
+ * lib/ephy-dialog.h:
+ * src/prefs-dialog.c: (prefs_homepage_current_button_clicked_cb):
+ * src/window-commands.c: (window_cmd_file_print_setup),
+ (window_cmd_edit_personal_data), (window_cmd_edit_prefs):
+
+ Make prefs, pdm and print setup dialogues transient to their parent.
+ Fixes bug #139124.
+
2004-04-03 Crispin Flowerday <gnome@flowerday.cx>
* lib/egg/egg-editable-toolbar.c: (set_fixed_style),