aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-05-13 22:19:07 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-05-13 22:19:07 +0800
commitacddd88152e9ffbafda64913ce5173d2648aa4c3 (patch)
treee5c0bdaabf8264db5306b0ea5fd8b8b1f9fc1e70 /ChangeLog
parentbacb58f2fda5bef60b55500aa79e17be7aa8a384 (diff)
downloadgsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.gz
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.bz2
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.lz
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.xz
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.zst
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.zip
Get rid of the unneeded convenience callback since no one is try to make
2003-05-13 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (cmd_bookmark_page): * src/popup-commands.c: (popup_cmd_bookmark_link): * src/window-commands.c: (window_cmd_file_bookmark_page): * src/bookmarks/ephy-new-bookmark.c: (response_cb), (ephy_new_bookmark_response_cb): * src/bookmarks/ephy-new-bookmark.h: Get rid of the unneeded convenience callback since no one is try to make the new bookmark dialog modal anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 924dd77ca..2402a03fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-05-13 David Bordoley <bordoley@msu.edu>
+
+ * src/ephy-history-window.c: (cmd_bookmark_page):
+ * src/popup-commands.c: (popup_cmd_bookmark_link):
+ * src/window-commands.c: (window_cmd_file_bookmark_page):
+ * src/bookmarks/ephy-new-bookmark.c: (response_cb),
+ (ephy_new_bookmark_response_cb):
+ * src/bookmarks/ephy-new-bookmark.h:
+
+ Get rid of the unneeded convenience callback since no
+ one is try to make the new bookmark dialog modal anymore.
+
2003-05-12 Xan Lopez <xan@masilla.org>
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults),