Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fixed issue #47
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb3rt committed Mar 28, 2012
1 parent 8ab3cee commit bca3666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION = git-20120316
VERSION = git-20120328

CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
Expand Down
2 changes: 1 addition & 1 deletion window.c
Expand Up @@ -206,7 +206,7 @@ void win_open(win_t *win) {
win_set_title(win, "sxiv");

classhint.res_name = "sxiv";
classhint.res_class = "sxiv";
classhint.res_class = "Sxiv";
XSetClassHint(e->dpy, win->xwin, &classhint);

if (!options->hide_bar) {
Expand Down

0 comments on commit bca3666

Please sign in to comment.