[evolution/wip/webkit-composer: 93/262] Fix crash when destryoing EEditorTableDialog



commit a54e9ae29d7a42a56213e371cff1e20354fce57f
Author: Dan Vrátil <dvratil redhat com>
Date:   Thu Dec 6 21:58:02 2012 +0100

    Fix crash when destryoing EEditorTableDialog

 e-util/e-color-combo.c         |    2 --
 e-util/e-editor-table-dialog.c |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/e-util/e-color-combo.c b/e-util/e-color-combo.c
index 53584be..5c870ad 100644
--- a/e-util/e-color-combo.c
+++ b/e-util/e-color-combo.c
@@ -528,8 +528,6 @@ color_combo_dispose (GObject *object)
                priv->default_color = NULL;
        }
 
-       g_clear_object (&priv->chooser_widget);
-
        /* Chain up to parent's dispose() method. */
        G_OBJECT_CLASS (e_color_combo_parent_class)->dispose (object);
 }
diff --git a/e-util/e-editor-table-dialog.c b/e-util/e-editor-table-dialog.c
index 36b6c2d..cce1edd 100644
--- a/e-util/e-editor-table-dialog.c
+++ b/e-util/e-editor-table-dialog.c
@@ -673,7 +673,6 @@ e_editor_table_dialog_init (EEditorTableDialog *dialog)
 
        /* Width */
        widget = gtk_check_button_new_with_mnemonic (_("_Width:"));
-       gtk_label_set_justify (GTK_LABEL (widget), GTK_JUSTIFY_RIGHT);
        gtk_grid_attach (grid, widget, 0, 0, 1, 1);
        g_signal_connect_swapped (
                widget, "toggled",


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