[epiphany] Fixed Bug 660749. Call gtk_label_set_use_markup for the child of manual_button



commit 40a217ddb38600445eb8cac0e95f659e68e83c53
Author: Jiro Matsuzawa <jmatsuzawa src gnome org>
Date:   Mon Oct 3 15:12:43 2011 +0900

    Fixed Bug 660749. Call gtk_label_set_use_markup for the child of manual_button

 src/ephy-encoding-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c
index 009a3dd..d3756df 100644
--- a/src/ephy-encoding-dialog.c
+++ b/src/ephy-encoding-dialog.c
@@ -336,6 +336,7 @@ ephy_encoding_dialog_init (EphyEncodingDialog *dialog)
 			  G_CALLBACK (automatic_toggled_cb), dialog);
 
 	button = ephy_dialog_get_control (EPHY_DIALOG (dialog), "manual_button");
+	child = gtk_bin_get_child (GTK_BIN (button));
 	gtk_label_set_use_markup (GTK_LABEL (child), TRUE);
 
 	dialog->priv->enc_view = treeview;



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