aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 05:48:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 06:26:43 +0800
commitaf2851bf222497d404b0cf8539adc3d600e7c959 (patch)
tree591b6fea24d59575fc750d843639d996806ccb63 /modules
parentdbd8378954fe3161aba153821ec04060235c17fa (diff)
downloadgsoc2013-evolution-af2851bf222497d404b0cf8539adc3d600e7c959.tar
gsoc2013-evolution-af2851bf222497d404b0cf8539adc3d600e7c959.tar.gz
gsoc2013-evolution-af2851bf222497d404b0cf8539adc3d600e7c959.tar.bz2
gsoc2013-evolution-af2851bf222497d404b0cf8539adc3d600e7c959.tar.lz
gsoc2013-evolution-af2851bf222497d404b0cf8539adc3d600e7c959.tar.xz
gsoc2013-evolution-af2851bf222497d404b0cf8539adc3d600e7c959.tar.zst
gsoc2013-evolution-af2851bf222497d404b0cf8539adc3d600e7c959.zip
Bug 685675 - Fix packing of spell check language options
Word-wrapped GtkLabels and GtkTables just don't seem to get along. The vertical allocation for the GtkLabel was way too big. Replace the GtkTable with a GtkGrid. (cherry picked from commit 2b46866a5c311283f2d67cbf00802e47b308ec16)
Diffstat (limited to 'modules')
-rw-r--r--modules/mail/em-composer-prefs.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c
index 3a092efe49..4a7216915b 100644
--- a/modules/mail/em-composer-prefs.c
+++ b/modules/mail/em-composer-prefs.c
@@ -290,17 +290,7 @@ static EMConfigItem emcp_items[] = {
{ E_CONFIG_PAGE,
(gchar *) "20.spellcheck",
(gchar *) "vboxSpellChecking",
- emcp_widget_glade },
-
- { E_CONFIG_SECTION_TABLE,
- (gchar *) "20.spellcheck/00.languages",
- (gchar *) "languages-table",
- emcp_widget_glade },
-
- { E_CONFIG_SECTION,
- (gchar *) "20.spellcheck/00.options",
- (gchar *) "spell-options-vbox",
- emcp_widget_glade },
+ emcp_widget_glade }
};
static void