Skip to content

Commit

Permalink
codenav/goto_file: Revert 'show completion list as soon as dialog opens'
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatev committed Nov 27, 2024
1 parent 732e06f commit 798c804
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions codenav/src/goto_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ create_dialog(GtkWidget **dialog)
* might attempt to utilize it, before any 'changed' events are fired. */
directory_check(GTK_ENTRY(entry), completion);

/* Manual trigger to show the completion list as soon as the dialog opens */
g_signal_emit_by_name(entry, "changed");

/* Signals */
g_signal_connect_after(entry, "changed",
G_CALLBACK(directory_check), completion);
Expand Down

0 comments on commit 798c804

Please sign in to comment.