summaryrefslogtreecommitdiff
path: root/saedit/search.c
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-16 21:37:31 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-16 21:37:31 +0400
commit2a3fe797aefce55e6d1d70494f6dd416e58f0fa0 (patch)
tree550556cd1d8e75b75bc04a60704fe3d4b5c9281c /saedit/search.c
parentc2892952d67b14ba727699ee01f5767b9b664143 (diff)
downloadtools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.gz
tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.bz2
tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.xz
tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.zip
saedit: Some updates
Diffstat (limited to 'saedit/search.c')
-rw-r--r--saedit/search.c2
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);
}