diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/glade/e-active-connection-dialog.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 658a4b8f21..1f18ddf749 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-05-03 Ettore Perazzoli <ettore@ximian.com> + * glade/e-active-connection-dialog.c: Change the GtkCList mode to + GTK_BROWSE_SINGLE. + +2001-05-03 Ettore Perazzoli <ettore@ximian.com> + * e-shell-offline-handler.c (impl_OfflineProgressListener_updateProgress): Update the GtkCList before emitting the "offline_procedure_finished" signal. In fact, diff --git a/shell/glade/e-active-connection-dialog.glade b/shell/glade/e-active-connection-dialog.glade index 16cb88cf81..ef14698493 100644 --- a/shell/glade/e-active-connection-dialog.glade +++ b/shell/glade/e-active-connection-dialog.glade @@ -118,7 +118,7 @@ <can_focus>True</can_focus> <columns>2</columns> <column_widths>154,80</column_widths> - <selection_mode>GTK_SELECTION_BROWSE</selection_mode> + <selection_mode>GTK_SELECTION_SINGLE</selection_mode> <show_titles>True</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> |