aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-09-16 17:34:28 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-09-16 18:01:01 +0200
commit440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f (patch)
tree720df17e956e393ec28d049ff9583008ff074dc8 /fastiv.c
parent913267724ab3d503a4c6dde4ce31ef6460749d4b (diff)
downloadfiv-440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f.tar.gz
fiv-440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f.tar.xz
fiv-440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f.zip
Add an icon and a desktop file
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastiv.c b/fastiv.c
index 2ed8ec1..82d518b 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -77,6 +77,8 @@ main(int argc, char *argv[])
return 0;
}
+ gtk_window_set_default_icon_name(PROJECT_NAME);
+
GtkWidget *view = g_object_new(FASTIV_TYPE_VIEW, NULL);
GtkWidget *window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
g_signal_connect(window, "destroy", G_CALLBACK(gtk_main_quit), NULL);