Fixed typo in entry completion test.

This commit is contained in:
Christian Neumair 2004-03-08 00:43:31 +00:00
parent 28675887d0
commit 4c24377fc0
6 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-03-08 Christian Neumair <chris@gnome-de.org>
* tests/testentrycompletion.c: Fix typo.
2004-03-08 Tor Lillqvist <tml@iki.fi>
* README.win32: Update.

View File

@ -1,3 +1,7 @@
2004-03-08 Christian Neumair <chris@gnome-de.org>
* tests/testentrycompletion.c: Fix typo.
2004-03-08 Tor Lillqvist <tml@iki.fi>
* README.win32: Update.

View File

@ -1,3 +1,7 @@
2004-03-08 Christian Neumair <chris@gnome-de.org>
* tests/testentrycompletion.c: Fix typo.
2004-03-08 Tor Lillqvist <tml@iki.fi>
* README.win32: Update.

View File

@ -1,3 +1,7 @@
2004-03-08 Christian Neumair <chris@gnome-de.org>
* tests/testentrycompletion.c: Fix typo.
2004-03-08 Tor Lillqvist <tml@iki.fi>
* README.win32: Update.

View File

@ -1,3 +1,7 @@
2004-03-08 Christian Neumair <chris@gnome-de.org>
* tests/testentrycompletion.c: Fix typo.
2004-03-08 Tor Lillqvist <tml@iki.fi>
* README.win32: Update.

View File

@ -311,7 +311,7 @@ main (int argc, char *argv[])
g_object_unref (completion);
/* Create a tree model and use it as the completion model */
completion_model = tgtk_list_store_new (1, G_TYPE_STRING);
completion_model = gtk_list_store_new (1, G_TYPE_STRING);
gtk_entry_completion_set_model (completion, completion_model);
g_object_unref (completion_model);