summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2000e8d..191a937 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20120316
+VERSION = git-20120328
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
diff --git a/window.c b/window.c
index b320b47..11499cc 100644
--- a/window.c
+++ b/window.c
@@ -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) {