mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
60c544e649
commit
027cbd46a0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user