From bca3666862bc6ab717ba25ecc9173eb0e9e6ba80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Wed, 28 Mar 2012 21:14:01 +0200 Subject: [PATCH] Fixed issue #47 --- Makefile | 2 +- window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2000e8dd..191a9375 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 b320b47e..11499cca 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) {