summaryrefslogtreecommitdiff
path: root/saedit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.c')
-rw-r--r--saedit/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/saedit/main.c b/saedit/main.c
index 94a728d..65c97ca 100644
--- a/saedit/main.c
+++ b/saedit/main.c
@@ -18,6 +18,10 @@ 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;
@@ -661,7 +665,6 @@ int main(int argc, char *argv[]) {
paths = g_new0(Options, 1);
set_up_interface();
- //find_window_new(win);
load_config();
gtk_main();