aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-07-10 17:11:40 +0800
committerMilan Crha <mcrha@redhat.com>2014-07-10 17:12:19 +0800
commit3c6f0c119aed61e7791cf5031b982ee270130611 (patch)
tree77f4b3e4e28f4c4b0c8554f56a3b115404c5fd09 /smime/gui
parentbcd0f3b0d90dae28135b9a82ff42f8843485fd35 (diff)
downloadgsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar
gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.gz
gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.bz2
gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.lz
gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.xz
gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.zst
gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.zip
Remove usages of deprecated gtk_widget_ensure_style()
Diffstat (limited to 'smime/gui')
-rw-r--r--smime/gui/ca-trust-dialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/smime/gui/ca-trust-dialog.c b/smime/gui/ca-trust-dialog.c
index 4957379ee5..611c9583c1 100644
--- a/smime/gui/ca-trust-dialog.c
+++ b/smime/gui/ca-trust-dialog.c
@@ -89,8 +89,6 @@ ca_trust_dialog_show (ECert *cert,
ctd_data->dialog = e_builder_get_widget (ctd_data->builder, "ca-trust-dialog");
- gtk_widget_ensure_style (ctd_data->dialog);
-
dialog = GTK_DIALOG (ctd_data->dialog);
action_area = gtk_dialog_get_action_area (dialog);
content_area = gtk_dialog_get_content_area (dialog);