Skip to content

Commit

Permalink
shell: fix hardinfo window icon
Browse files Browse the repository at this point in the history
Fix small typo in 1906d30

Signed-off-by: Burt P <pburt0@gmail.com>
  • Loading branch information
bp0 authored and lpereira committed Mar 12, 2018
1 parent 6f0a3e0 commit 600ef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/shell.c
Expand Up @@ -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("hardinfo.org"));
icon_cache_get_pixbuf("hardinfo.png"));
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);
Expand Down

0 comments on commit 600ef94

Please sign in to comment.