diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-04 10:52:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-04 10:52:47 +0800 |
commit | 771096d3e71c7789f060e9ebf99747bb6e5e4aca (patch) | |
tree | 3b08a601cacb469c2de53480adb18698d59cb138 | |
parent | be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6 (diff) | |
download | gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.tar.gz gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.tar.zst gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.zip |
Change the mode for the GtkCList in the active connection dialog to be
`GTK_BROWSE_SINGLE' to at least avoid some GtkCList ugliness.
svn path=/trunk/; revision=9663
-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> |