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 /shell/glade | |
parent | be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6 (diff) | |
download | gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.tar gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.tar.gz gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.tar.bz2 gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.tar.lz gsoc2013-evolution-771096d3e71c7789f060e9ebf99747bb6e5e4aca.tar.xz 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
Diffstat (limited to 'shell/glade')
-rw-r--r-- | shell/glade/e-active-connection-dialog.glade | 2 |
1 files changed, 1 insertions, 1 deletions
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> |