gtkhtml r9047 - branches/gnome-2-24/components/editor
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r9047 - branches/gnome-2-24/components/editor
- Date: Sat, 8 Nov 2008 05:11:23 +0000 (UTC)
Author: mbarnes
Date: Sat Nov 8 05:11:23 2008
New Revision: 9047
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=9047&view=rev
Log:
2008-11-08 Matthew Barnes <mbarnes redhat com>
* gtkhtml-spell-dialog (spell_dialog_init):
Fix a packing issue with the "Add Word" button.
Modified:
branches/gnome-2-24/components/editor/ChangeLog
branches/gnome-2-24/components/editor/gtkhtml-spell-dialog.c
Modified: branches/gnome-2-24/components/editor/gtkhtml-spell-dialog.c
==============================================================================
--- branches/gnome-2-24/components/editor/gtkhtml-spell-dialog.c (original)
+++ branches/gnome-2-24/components/editor/gtkhtml-spell-dialog.c Sat Nov 8 05:11:23 2008
@@ -626,7 +626,7 @@
GTK_STOCK_ADD, GTK_ICON_SIZE_BUTTON));
gtk_table_attach (
GTK_TABLE (table), widget, 1, 2, 3, 4,
- GTK_EXPAND | GTK_FILL, 0, 0, 0);
+ GTK_FILL, 0, 0, 0);
dialog->priv->add_word_button = g_object_ref (widget);
gtk_widget_show (widget);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]