diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2006-01-22 04:20:30 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2006-01-22 04:20:30 +0800 |
commit | f869893ec4745e99d49b279e33ef5abaa2f69958 (patch) | |
tree | ae8e1d68d3741cc23ae92cb4cd09e1c915002066 /src/bookmarks | |
parent | e8af69416ebfc3149e4f1805788b20e7cc21c126 (diff) | |
download | gsoc2013-epiphany-f869893ec4745e99d49b279e33ef5abaa2f69958.tar gsoc2013-epiphany-f869893ec4745e99d49b279e33ef5abaa2f69958.tar.gz gsoc2013-epiphany-f869893ec4745e99d49b279e33ef5abaa2f69958.tar.bz2 gsoc2013-epiphany-f869893ec4745e99d49b279e33ef5abaa2f69958.tar.lz gsoc2013-epiphany-f869893ec4745e99d49b279e33ef5abaa2f69958.tar.xz gsoc2013-epiphany-f869893ec4745e99d49b279e33ef5abaa2f69958.tar.zst gsoc2013-epiphany-f869893ec4745e99d49b279e33ef5abaa2f69958.zip |
src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export)
2006-01-21 Crispin Flowerday <gnome@flowerday.cx>
* src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export)
Add back the gtk_widget_destroy() to really fix bug #327438
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 9d0a3bb22..e3f501b04 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -734,6 +734,8 @@ cmd_bookmarks_export (GtkAction *action, g_free (basename); } while (!ephy_gui_check_location_writable (GTK_WIDGET (dialog), filename)); + + gtk_widget_destroy (dialog); /* 0 for ephy RDF format, 1 for mozilla HTML format */ |