Fix a typo.

2005-05-24  Matthias Clasen  <mclasen@redhat.com>

	* demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
This commit is contained in:
Matthias Clasen 2005-05-25 03:14:53 +00:00 committed by Matthias Clasen
parent 60c544e649
commit 027cbd46a0
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-24 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
2005-05-24 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle

View File

@ -1,3 +1,7 @@
2005-05-24 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
2005-05-24 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle

View File

@ -1,3 +1,7 @@
2005-05-24 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
2005-05-24 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle

View File

@ -331,7 +331,7 @@ do_iconview (GtkWidget *do_widget)
g_signal_connect (home_button, "clicked",
G_CALLBACK (home_clicked), store);
/* We now set which model columns that correspont to the text
/* We now set which model columns that correspond to the text
* and pixbuf of each item
*/
gtk_icon_view_set_text_column (GTK_ICON_VIEW (icon_view), COL_DISPLAY_NAME);