From 1906d3027dc3ad8b9b5533712299d48e265c852c Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 12 Mar 2018 09:14:01 -0700 Subject: Do not use hardcoded path for icon Use just the symbolic name "hardinfo", allowing for icon packs to provide alternative icons. Fixes #227 --- modules/benchmark/guibench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/benchmark') diff --git a/modules/benchmark/guibench.c b/modules/benchmark/guibench.c index b9573278..7d159d7e 100644 --- a/modules/benchmark/guibench.c +++ b/modules/benchmark/guibench.c @@ -108,7 +108,7 @@ static double test_icons(GtkWindow *window) gc = gdk_gc_new(GDK_DRAWABLE(gdk_window)); timer = g_timer_new(); - pixbufs[0] = icon_cache_get_pixbuf("logo.png"); + pixbufs[0] = icon_cache_get_pixbuf("hardinfo.png"); pixbufs[1] = icon_cache_get_pixbuf("syncmanager.png"); pixbufs[2] = icon_cache_get_pixbuf("report-large.png"); -- cgit v1.2.3