diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-03-01 03:22:58 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-03-01 03:22:58 +0800 |
commit | fd4721ce45cce12723d3a1fde8a635367eb08559 (patch) | |
tree | a8ad5e0e1cd18cb6babc0250e2b14af2694b704e /TODO | |
parent | 30268048c1a62294bfe663d95830eeffb594aaf4 (diff) | |
download | gsoc2013-epiphany-fd4721ce45cce12723d3a1fde8a635367eb08559.tar gsoc2013-epiphany-fd4721ce45cce12723d3a1fde8a635367eb08559.tar.gz gsoc2013-epiphany-fd4721ce45cce12723d3a1fde8a635367eb08559.tar.bz2 gsoc2013-epiphany-fd4721ce45cce12723d3a1fde8a635367eb08559.tar.lz gsoc2013-epiphany-fd4721ce45cce12723d3a1fde8a635367eb08559.tar.xz gsoc2013-epiphany-fd4721ce45cce12723d3a1fde8a635367eb08559.tar.zst gsoc2013-epiphany-fd4721ce45cce12723d3a1fde8a635367eb08559.zip |
Fix embed dialog to pass a good EphyEmbed when the initial one has been
2003-02-28 Marco Pesenti Gritti <marco@it.gnome.org>
* TODO:
* embed/ephy-embed-dialog.c: (unset_embed),
(ephy_embed_dialog_finalize), (ephy_embed_dialog_set_embed):
* src/ephy-tab.c: (ephy_tab_init), (ephy_tab_destroy_brsr_cb):
Fix embed dialog to pass a good EphyEmbed when the initial one
has been destroyed
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,6 @@ To do: - make popups less annoying -- embed dialogs crashes when the window has been closed - show when bookmarks has updated content - temporary bookmarks, maybe an expire checkbox in new bookmark dialog ? (I could be on crack here, would be nice to find a good solution though) @@ -30,3 +29,4 @@ Done: * titles in history for hosts too * history shows empty hosts sometimes !? * save bookmarks dialog state (current keyword) +* embed dialogs crashes when the window has been closed |