]> Pileus Git - ~andy/gtk/commitdiff
Fixed typo in entry completion test.
authorChristian Neumair <cneumair@src.gnome.org>
Mon, 8 Mar 2004 00:43:31 +0000 (00:43 +0000)
committerChristian Neumair <cneumair@src.gnome.org>
Mon, 8 Mar 2004 00:43:31 +0000 (00:43 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/testentrycompletion.c

index 52aabeaeef8053d422d299d4bf27adebdcc570ce..abe8536f4694462d8dc4e1dd490fab2b430b97af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 52aabeaeef8053d422d299d4bf27adebdcc570ce..abe8536f4694462d8dc4e1dd490fab2b430b97af 100644 (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.
index 52aabeaeef8053d422d299d4bf27adebdcc570ce..abe8536f4694462d8dc4e1dd490fab2b430b97af 100644 (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.
index 52aabeaeef8053d422d299d4bf27adebdcc570ce..abe8536f4694462d8dc4e1dd490fab2b430b97af 100644 (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.
index 52aabeaeef8053d422d299d4bf27adebdcc570ce..abe8536f4694462d8dc4e1dd490fab2b430b97af 100644 (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.
index 7fcfb510ae3fc274a00b371e00e4c9876229c604..0a07be9aa8c6264a12284304985c205001a99083 100644 (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);