minor cleanup

This commit is contained in:
Daniel Micay 2012-06-05 19:39:44 -04:00
parent 44d883e04d
commit 8ba2f5361a
1 changed files with 1 additions and 3 deletions

View File

@ -45,9 +45,7 @@ static gboolean add_to_list_store(char *key,
}
static GtkTreeModel *create_completion_model(VteTerminal *vte) {
GtkListStore *store;
store = gtk_list_store_new(1, G_TYPE_STRING);
GtkListStore *store = gtk_list_store_new(1, G_TYPE_STRING);
// TODO: get the full buffer
gchar *content = vte_terminal_get_text(vte,