add TODO note

This commit is contained in:
Daniel Micay 2012-06-02 22:01:33 -04:00
parent 3300131801
commit afdad33118
1 changed files with 1 additions and 1 deletions

View File

@ -74,8 +74,8 @@ static GtkTreeModel *create_completion_model(VteTerminal *vte) {
return GTK_TREE_MODEL(store);
}
// TODO: turn this into an overlay
static GtkWidget *test_window = NULL;
static GtkWidget *do_entry_completion(VteTerminal *vte) {
GtkWidget *window = gtk_widget_get_toplevel(GTK_WIDGET(vte));