1999-04-05 Miguel de Icaza <miguel@nuclecu.unam.mx>

* find.c (setup_gui): Do not scroll horizontally.  Why does the
	CList behave like this?
This commit is contained in:
Miguel de Icaza 1999-04-06 03:48:21 +00:00
parent 4ee4ff8680
commit e1ec2e4556
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
1999-04-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
* find.c (setup_gui): Do not scroll horizontally. Why does the
CList behave like this?
* setup.c: Save desktop information.
1999-04-05 Federico Mena Quintero <federico@nuclecu.unam.mx>

View File

@ -770,7 +770,7 @@ setup_gui (void)
sw = gtk_scrolled_window_new (NULL, NULL);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw),
GTK_POLICY_AUTOMATIC,
GTK_POLICY_NEVER,
GTK_POLICY_AUTOMATIC);
g_clist = gtk_clist_new (1);
gtk_clist_set_selection_mode (GTK_CLIST (g_clist), GTK_SELECTION_SINGLE);