diff options
author | Bert Münnich <be.muennich@googlemail.com> | 2012-03-28 21:14:01 +0200 |
---|---|---|
committer | Bert Münnich <be.muennich@googlemail.com> | 2012-03-28 21:14:01 +0200 |
commit | bca3666862bc6ab717ba25ecc9173eb0e9e6ba80 (patch) | |
tree | c318294f43b4bd2824a1afc81dd3342c64f30e5f | |
parent | 8ab3cee6a5fba0bd5d7ad092c30c65490f2cd524 (diff) |
Fixed issue #47
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | window.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20120316 +VERSION = git-20120328 CC = gcc CFLAGS = -ansi -Wall -pedantic -O2 @@ -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) { |