aboutsummaryrefslogtreecommitdiffstats
path: root/src/eom-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-main-window.c')
-rw-r--r--src/eom-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-main-window.c b/src/eom-main-window.c
index 1183972..67d0429 100644
--- a/src/eom-main-window.c
+++ b/src/eom-main-window.c
@@ -274,7 +274,7 @@ on_row_activated(GtkWidget *treeview, GtkTreePath *path,
return;
gtk_tree_model_get(model, &iter, COL_ID, &id, -1);
- window = interface_show_edit_window(id);
+ window = interface_show_detail_window(id);
g_signal_connect(window, "delete-event", G_CALLBACK(on_edit_closed),
self);
}