[balsa/gtk3] Build with the home-grown spell checker



commit 31dd317732e1e08302c8e690079dc66ea37847f0
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Mon Mar 9 20:17:33 2015 -0400

    Build with the home-grown spell checker
    
        * src/spell-check.c (balsa_spell_check_init): put button grid in
        the content-area, now that accessing the action-area is
        deprecated.

 ChangeLog         |    8 ++++++++
 src/spell-check.c |    1 -
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0404dd7..a2471ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2015-03-09  Peter Bloomfield  <pbloomfield bellsouth net>
 
+       Build with the home-grown spell checker
+
+       * src/spell-check.c (balsa_spell_check_init): put button grid in
+       the content-area, now that accessing the action-area is
+       deprecated.
+
+2015-03-09  Peter Bloomfield  <pbloomfield bellsouth net>
+
        * src/balsa-icons.c (balsa_register_pixbufs): use
        freedesktop.org standard window-close icon instead of gtk-close
        <http://standards.freedesktop.org/icon-naming-spec/latest/>
diff --git a/src/spell-check.c b/src/spell-check.c
index c852875..952c1af 100644
--- a/src/spell-check.c
+++ b/src/spell-check.c
@@ -326,7 +326,6 @@ balsa_spell_check_init(BalsaSpellCheck * spell_check)
     gtk_tree_view_set_headers_visible(tree_view, FALSE);
 
     /* setup buttons to perform actions */
-    box = GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(spell_check)));
     widget = gtk_grid_new();
     gtk_box_pack_start(box, widget, FALSE, FALSE, 0);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]