aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-05-03 23:01:53 +0800
committerDan Vrátil <dvratil@redhat.com>2012-05-03 23:02:31 +0800
commit32e4f0814d464ebf175f7a39e56fb41fcd73f70d (patch)
tree9ad74f344c2cd5ca2ec947b509d472d4b4ffc219 /e-util
parentf25826211b007a615118f9b583a66d7027eddeac (diff)
downloadgsoc2013-evolution-32e4f0814d464ebf175f7a39e56fb41fcd73f70d.tar
gsoc2013-evolution-32e4f0814d464ebf175f7a39e56fb41fcd73f70d.tar.gz
gsoc2013-evolution-32e4f0814d464ebf175f7a39e56fb41fcd73f70d.tar.bz2
gsoc2013-evolution-32e4f0814d464ebf175f7a39e56fb41fcd73f70d.tar.lz
gsoc2013-evolution-32e4f0814d464ebf175f7a39e56fb41fcd73f70d.tar.xz
gsoc2013-evolution-32e4f0814d464ebf175f7a39e56fb41fcd73f70d.tar.zst
gsoc2013-evolution-32e4f0814d464ebf175f7a39e56fb41fcd73f70d.zip
Fix displaying icons in EWebView alerts
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-stock-request.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-stock-request.c b/e-util/e-stock-request.c
index cbb8820406..2b805f471e 100644
--- a/e-util/e-stock-request.c
+++ b/e-util/e-stock-request.c
@@ -68,7 +68,6 @@ handle_stock_request (GSimpleAsyncResult *res,
if (query) {
a_size = g_hash_table_lookup (query, "size");
- g_hash_table_destroy (query);
} else {
a_size = NULL;
}
@@ -79,6 +78,8 @@ handle_stock_request (GSimpleAsyncResult *res,
size = atoi (a_size);
}
+ g_hash_table_destroy (query);
+
/* Try style context first */
context = gtk_style_context_new ();
path = gtk_widget_path_new ();