diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-13 23:14:09 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-13 23:14:09 +0400 |
commit | 43a507fb1e2f0ce589546bf24ae2f2667f01a719 (patch) | |
tree | db2b7528df2c032bbc606682df5bac7591f2905e /saedit/main.c | |
parent | fbbc5f2fcef28547ac5420f68fc5645e4c429d94 (diff) | |
download | tools-43a507fb1e2f0ce589546bf24ae2f2667f01a719.tar.gz tools-43a507fb1e2f0ce589546bf24ae2f2667f01a719.tar.bz2 tools-43a507fb1e2f0ce589546bf24ae2f2667f01a719.tar.xz tools-43a507fb1e2f0ce589546bf24ae2f2667f01a719.zip |
saedit: Fix find dialog bug
Diffstat (limited to 'saedit/main.c')
-rw-r--r-- | saedit/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/saedit/main.c b/saedit/main.c index 65c97ca..e069f78 100644 --- a/saedit/main.c +++ b/saedit/main.c @@ -18,10 +18,6 @@ void kill_timeout(int tag) { g_source_remove(tag); } -void show_find_dialog() { - gtk_widget_show_all(find_dialog); -} - Frame *frame_new(int index, int offsetX, int offsetY, int delay) { Frame *res = g_new0(Frame, 1); res->index = index; |