aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-08 22:36:50 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-08 22:36:50 +0100
commita5b50224a4b7597bbe86d90215795a3f2a00eafc (patch)
tree4c19ba17042c0914573c6329e2a2218ed78a5127
parentf8bf0c62947288e7cef0d5ec40579e331a1088ff (diff)
FIX Change to hardinfo2.png
-rw-r--r--modules/benchmark/guibench.c2
-rw-r--r--shell/shell.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/benchmark/guibench.c b/modules/benchmark/guibench.c
index 9ff50210..0faf6b69 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("hardinfo.png");
+ pixbufs[0] = icon_cache_get_pixbuf("hardinfo2.png");
pixbufs[1] = icon_cache_get_pixbuf("syncmanager.png");
pixbufs[2] = icon_cache_get_pixbuf("report-large.png");
diff --git a/shell/shell.c b/shell/shell.c
index 9dc750e6..a2773523 100644
--- a/shell/shell.c
+++ b/shell/shell.c
@@ -423,7 +423,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("hardinfo.png"));
+ icon_cache_get_pixbuf("hardinfo2.png"));
shell_set_title(shell, NULL);
gtk_window_set_default_size(GTK_WINDOW(shell->window), 1024, 800);
g_signal_connect(G_OBJECT(shell->window), "destroy", destroy_me, NULL);