~ubuntu-branches/ubuntu/lucid/gtkhtml3.14/lucid

« back to all changes in this revision

Viewing changes to components/editor/gtkhtml-spell-dialog.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-12-02 13:55:12 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20081202135512-y3fvmqhnqtspfn9e
Tags: 1:3.25.2-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #330452: Automatic spell check suggestions should be first 
             level menu option 
  - #338921: crash when the interest in the image left before it was loaded
             (lp: #147626) 
  - #555420: IM modules "commit" 147626crash 
  - #562323: Evolution inserts a link incorrectly 
  - #472517 (bugzilla.redhat.com): Fast double-click to select word followed 
            by a right click to get context menu seems to use previous context 

Show diffs side-by-side

added added

removed removed

Lines of Context:
626
626
                GTK_STOCK_ADD, GTK_ICON_SIZE_BUTTON));
627
627
        gtk_table_attach (
628
628
                GTK_TABLE (table), widget, 1, 2, 3, 4,
629
 
                GTK_EXPAND | GTK_FILL, 0, 0, 0);
 
629
                GTK_FILL, 0, 0, 0);
630
630
        dialog->priv->add_word_button = g_object_ref (widget);
631
631
        gtk_widget_show (widget);
632
632
}