diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-16 21:37:31 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-16 21:37:31 +0400 |
commit | 2a3fe797aefce55e6d1d70494f6dd416e58f0fa0 (patch) | |
tree | 550556cd1d8e75b75bc04a60704fe3d4b5c9281c /saedit/search.c | |
parent | c2892952d67b14ba727699ee01f5767b9b664143 (diff) | |
download | evol-tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.gz evol-tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.bz2 evol-tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.xz evol-tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.zip |
saedit: Some updates
Diffstat (limited to 'saedit/search.c')
-rw-r--r-- | saedit/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/search.c b/saedit/search.c index b0c5ad1..041d972 100644 --- a/saedit/search.c +++ b/saedit/search.c @@ -96,5 +96,5 @@ void search_find_dialog_show(GtkWindow *parent, search_text_view = text_view; search_find_dialog_entry = entry; - gtk_widget_show_all(dialog); + gtk_dialog_run(dialog); } |