Skip to content

Commit f9d2916

Browse files
authored
Fix window icon name (#696)
The icon is installed as "xreader".
1 parent 42e2ce8 commit f9d2916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ main (int argc, char *argv[])
264264

265265
ev_stock_icons_init ();
266266

267-
gtk_window_set_default_icon_name ("accessories-document-viewer");
267+
gtk_window_set_default_icon_name ("xreader");
268268
g_set_application_name (_("Document Viewer"));
269269

270270
application = ev_application_new ();

0 commit comments

Comments
 (0)