Return FALSE if not shoing the titles. (#70959, Thomas Leonard)

Fri Feb  8 14:30:14 2002  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkclist.c (title_focus_in): Return FALSE if
	not shoing the titles. (#70959, Thomas Leonard)
This commit is contained in:
Owen Taylor 2002-02-08 19:39:26 +00:00 committed by Owen Taylor
parent 6ec06edbbf
commit ac447dc59b
8 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c (title_focus_in): Return FALSE if
not shoing the titles. (#70959, Thomas Leonard)
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace

View File

@ -1,3 +1,8 @@
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c (title_focus_in): Return FALSE if
not shoing the titles. (#70959, Thomas Leonard)
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace

View File

@ -1,3 +1,8 @@
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c (title_focus_in): Return FALSE if
not shoing the titles. (#70959, Thomas Leonard)
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace

View File

@ -1,3 +1,8 @@
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c (title_focus_in): Return FALSE if
not shoing the titles. (#70959, Thomas Leonard)
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace

View File

@ -1,3 +1,8 @@
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c (title_focus_in): Return FALSE if
not shoing the titles. (#70959, Thomas Leonard)
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace

View File

@ -1,3 +1,8 @@
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c (title_focus_in): Return FALSE if
not shoing the titles. (#70959, Thomas Leonard)
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace

View File

@ -1,3 +1,8 @@
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c (title_focus_in): Return FALSE if
not shoing the titles. (#70959, Thomas Leonard)
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace

View File

@ -6614,6 +6614,9 @@ title_focus_in (GtkCList *clist, gint dir)
gint i;
gint left, right;
if (!GTK_CLIST_SHOW_TITLES (clist))
return FALSE;
/* Check last focused column */
if (clist->focus_header_column != -1)
{