aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-18 05:14:27 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-18 05:14:27 +0800
commit593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99 (patch)
tree2bfa522159419049dd941747b87f4d8f64663f51 /ChangeLog
parent38d792d73126d14cb461560f9efc2d957a089ec9 (diff)
downloadgsoc2013-epiphany-593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99.tar
gsoc2013-epiphany-593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99.tar.gz
gsoc2013-epiphany-593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99.tar.bz2
gsoc2013-epiphany-593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99.tar.lz
gsoc2013-epiphany-593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99.tar.xz
gsoc2013-epiphany-593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99.tar.zst
gsoc2013-epiphany-593e026cf2d2f1e5671f7ecb58330f4c5ab1ba99.zip
Fix wrong cast of GtkDialog to GtkWindow.
2003-06-17 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: Fix wrong cast of GtkDialog to GtkWindow. * data/glade/epiphany.glade: * src/pdm-dialog.c: (pdm_dialog_show_help), (pdm_dialog_response_cb): Implement help button for pdm dialogue.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e3a48656..a71147146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2003-06-17 Christian Persch <chpe@cvs.gnome.org>
+ * src/prefs-dialog.c:
+
+ Fix wrong cast of GtkDialog to GtkWindow.
+
+ * data/glade/epiphany.glade:
+ * src/pdm-dialog.c: (pdm_dialog_show_help), (pdm_dialog_response_cb):
+
+ Implement help button for pdm dialogue.
+
+2003-06-17 Christian Persch <chpe@cvs.gnome.org>
+
* embed/find-dialog.c: (sync_page_change), (unset_old_embed),
(sync_embed), (find_dialog_init), (find_dialog_finalize):