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 --- shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/shell.c') diff --git a/shell/shell.c b/shell/shell.c index 8688f9ac..10c74d13 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -416,7 +416,7 @@ static void create_window(void) shell->window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_icon(GTK_WINDOW(shell->window), - icon_cache_get_pixbuf("logo.png")); + icon_cache_get_pixbuf("hardinfo.org")); shell_set_title(shell, NULL); gtk_window_set_default_size(GTK_WINDOW(shell->window), 800, 600); g_signal_connect(G_OBJECT(shell->window), "destroy", destroy_me, NULL); -- cgit v1.2.3