From 34794a629666de6a8f83be96737f0b1614a3e78e Mon Sep 17 00:00:00 2001 From: Brent Smith Date: Sat, 22 Oct 2005 23:26:28 +0000 Subject: Brent Smith * src/yelp-bookmarks.c: (yelp_bookmarks_edit): - Make the edit bookmarks dialog hide on the delete_event, fixes #319502 --- ChangeLog | 5 +++++ src/yelp-bookmarks.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d0abb2b1..396b2e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-22 Brent Smith + + * src/yelp-bookmarks.c: (yelp_bookmarks_edit): + - Make the edit bookmarks dialog hide on the delete_event, fixes #319502 + 2005-10-20 Brent Smith * src/yelp-toc-pager.c: (toc_add_doc_info): diff --git a/src/yelp-bookmarks.c b/src/yelp-bookmarks.c index 776b3ced..43171e89 100644 --- a/src/yelp-bookmarks.c +++ b/src/yelp-bookmarks.c @@ -618,6 +618,9 @@ yelp_bookmarks_edit (void) g_signal_connect (G_OBJECT (bookmarks_dialog), "response", G_CALLBACK (gtk_widget_hide), NULL); + g_signal_connect (G_OBJECT (bookmarks_dialog), "delete_event", + G_CALLBACK (gtk_widget_hide_on_delete), NULL); + renderer = gtk_cell_renderer_text_new (); gtk_tree_view_insert_column_with_attributes -- cgit v1.2.1