Skip to content

Commit 798c804

Browse files
committed
codenav/goto_file: Revert 'show completion list as soon as dialog opens'
1 parent 732e06f commit 798c804

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codenav/src/goto_file.c

-3
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ create_dialog(GtkWidget **dialog)
364364
* might attempt to utilize it, before any 'changed' events are fired. */
365365
directory_check(GTK_ENTRY(entry), completion);
366366

367-
/* Manual trigger to show the completion list as soon as the dialog opens */
368-
g_signal_emit_by_name(entry, "changed");
369-
370367
/* Signals */
371368
g_signal_connect_after(entry, "changed",
372369
G_CALLBACK(directory_check), completion);

0 commit comments

Comments
 (0)